]> git.baikalelectronics.ru Git - kernel.git/commit
usb: chipidea: host: Only disable the vbus regulator if it is not NULL
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 5 Dec 2013 07:20:49 +0000 (15:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 21:14:12 +0000 (13:14 -0800)
commitbd4f1628324dcb095776606a8adc7b6e67ef7f7e
treefa278fc3da3151f0eb29e9800482681a73475b30
parent4b2141d28a10360ef32db252a1800d47aa06e1fa
usb: chipidea: host: Only disable the vbus regulator if it is not NULL

Commit 25c651c2b (usb: chipidea: host: add vbus regulator
control) introduced a smatch complaint because regulator_disable() is called
without checking whether ci->platdata->reg_vbus is not NULL.

Fix this by adding the check.

This patch is needed for 3.12 stable

Cc: stable <stable@vger.kernel.org>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/host.c