Bug 61401
Summary: | lirc_serial variable iommap wrong type | ||
---|---|---|---|
Product: | Drivers | Reporter: | Harald Gutmann (harald) |
Component: | Staging | Assignee: | drivers_staging (drivers_staging) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | sean |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.8.0-3.11.1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Harald Gutmann
2013-09-15 17:54:25 UTC
It seems that the whole iommap feature does not work the way I expect it to do. Right now I'm working on a patch to make iommap usable for my serial adapter, and more generic. Kind regards, Harald Gutmann lirc_serial has been promoted out of staging into serial_ir. serial_ir has had the type of iommap fixed. See: commit 069f3b10aed966b2da6bb1161af41da0e8880724 Author: Sean Young <sean@mess.org> Date: Mon Feb 13 20:53:23 2017 -0200 [media] serial_ir: iommap is a memory address, not bool This has been broken for a long time, so presumably it is not used. I have no hardware to test this on. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=61401 Fixes: 90ab5ee ("module_param: make bool parameters really bool") Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Dear Sean Young, thank you for fixing that bug. Setting it to resolved. Unfortunately I don't have that hardware and more, so I can't test or verify it. Best regards, Harald Gutmann |