The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Remove unnecessary 'err' initialization for irda driver. Arvind Yadav (3): [PATCH 1/3] iio: trigger: Fix platform_get_irq's error checking [PATCH 2/3] staging: irda: Handle return value of platform_get_irq [PATCH 3/3] staging: irda: Remove unnecessary 'err' initialization. drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 4 ++-- drivers/staging/irda/drivers/pxaficp_ir.c | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html