summaryrefslogtreecommitdiff
path: root/include/sound/uda1380.h
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2016-02-09 18:08:59 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-15 04:39:36 +0300
commitdd9b55883e291a69a02a070cb27bc0c326c55bed (patch)
treea5ab114751d94d4babe555a19b34450c43a7d165 /include/sound/uda1380.h
parent8f5405c9f217cb8c148a9f1372256a99623ca034 (diff)
downloadlinux-dd9b55883e291a69a02a070cb27bc0c326c55bed.tar.xz
tty/serial: digicolor: Fix bad usage of IS_ERR_VALUE
IS_ERR_VALUE() assumes that its parameter is an unsigned long. It can not be used to check if an unsigned int reflects an error. Doing so can result in the following build warning. drivers/tty/serial/digicolor-usart.c: In function ‘digicolor_uart_probe’: include/linux/err.h:21:38: warning: comparison is always false due to limited range of data type drivers/tty/serial/digicolor-usart.c:485:6: note: in expansion of macro ‘IS_ERR_VALUE’ If that warning is seen, an error return from platform_get_irq() is missed. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/sound/uda1380.h')
0 files changed, 0 insertions, 0 deletions