]> git.baikalelectronics.ru Git - kernel.git/commit
[media] lnbh25: Fix lnbh25_attach() function return type
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 13 Sep 2015 22:45:21 +0000 (19:45 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 22 Oct 2015 17:48:22 +0000 (15:48 -0200)
commit4e1d958fbdf0a6755744750fdeadba7f425f6ae3
tree2a87fcbe2a05c7e296e3aabd16c3bca1f894a109
parent00056ee9744aa8773a1aecc59a6d809393e040cf
[media] lnbh25: Fix lnbh25_attach() function return type

If CONFIG_DVB_LNBH25 is disabled, a stub static inline function is
defined that just prints a warning about the driver being disabled
but the function return type was wrong which caused a build error.

Fixes: 4908fdf66cc2 ("[media] lnbh25: LNBH25 SEC controller driver")
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
drivers/media/dvb-frontends/lnbh25.h