commit | cf050e21eef8469f0b8d854b125d50595aa623e6 | [log] [tgz] |
---|---|---|
author | Ido Shayevitz <idos@codeaurora.org> | Mon Jul 22 17:31:48 2013 +0300 |
committer | Ido Shayevitz <idos@codeaurora.org> | Mon Jul 22 17:31:48 2013 +0300 |
tree | 28caaf4d8a4e297808560df8bbfee01aba168bc1 | |
parent | 03d48699a6a2bae28dfec7cd150f15d7b699a468 [diff] |
usb: msm_otg: Fix null ref pointer crash for some targets Adding a check to ensure bus_scale_table exists in the platform data before accessing it. This fix is good for targets which do not have the bus_scale_table defined in the platform data. Change-Id: I4ec1ce53b4b7cf545e8aae207e611fb8402ab491 Signed-off-by: Ido Shayevitz <idos@codeaurora.org>