phy: qualcomm: phy-qcom-qmp: fix application of sizeof to pointer
authorFengguang Wu <fengguang.wu@intel.com>
Tue, 16 May 2017 12:41:45 +0000 (20:41 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 1 Jun 2017 09:33:41 +0000 (15:03 +0530)
commit9605bc46433d54f89b12d443a3d9aabf8070824b
treebac70cbf2e39466bd6ee1d05675ecf2fac1dd24e
parent53bf9590151e06e3f74212fea8da2eca2385db76
phy: qualcomm: phy-qcom-qmp: fix application of sizeof to pointer

drivers/phy/qualcomm/phy-qcom-qmp.c:847:37-43: ERROR: application of sizeof to pointer

 sizeof when applied to a pointer typed expression gives the size of
 the pointer

Generated by: scripts/coccinelle/misc/noderef.cocci

CC: Vivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-qcom-qmp.c