]> git.baikalelectronics.ru Git - kernel.git/commit
btmrvl: set irq_bt to -1 when failed to parse it
authorJeffy Chen <jeffy.chen@rock-chips.com>
Mon, 23 Jan 2017 04:18:52 +0000 (12:18 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 16 Feb 2017 16:25:20 +0000 (17:25 +0100)
commitee13e03b49d671cb85d87402e4fde702e3ce53e2
tree3e2267d75460cbce28504da2a08481508e4d4e24
parent720c9ac13e057767f333475fba2688b0ce62281f
btmrvl: set irq_bt to -1 when failed to parse it

The irq_of_parse_and_map will return 0 as a invalid irq.

Set irq_bt to -1 in this case, so that the btmrvl resume/suspend code
would not try to enable/disable it.

Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmrvl_sdio.c