]> git.itanic.dy.fi Git - linux-stable/commit
extcon: max77843: Use correct size for reading the interrupt register
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 4 Feb 2016 11:36:09 +0000 (14:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 May 2016 21:49:16 +0000 (14:49 -0700)
commitafd3dc5a2a2bb0f7164f2daa5972405759c07164
treeded8b69230faf5993ba31ffce291770b50c8b014
parent68517c93716826992dc91db6a65c57c7919a3484
extcon: max77843: Use correct size for reading the interrupt register

commit c4924e92442d7218bd725e47fa3988c73aae84c9 upstream.

The info->status[] array has 3 elements.  We are using size
MAX77843_MUIC_IRQ_NUM (16) instead of MAX77843_MUIC_STATUS_NUM (3) as
intended.

Fixes: 135d9f7d135a ('extcon: max77843: Clear IRQ bits state before request IRQ')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Jaewon Kim <jaewon02.kim@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
[cw00.choi: Modify the patch title]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/extcon-max77843.c