From: Fabio Estevam Date: Thu, 5 Dec 2013 07:20:49 +0000 (+0800) Subject: usb: chipidea: host: Only disable the vbus regulator if it is not NULL X-Git-Tag: v3.13-rc5~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5c9eb67f912cb2c349b04063ff9f444affbc59;p=pandora-kernel.git usb: chipidea: host: Only disable the vbus regulator if it is not NULL Commit 40ed51a4b (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 Reported-by: Dan Carpenter Signed-off-by: Fabio Estevam Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed