summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-08-17 13:50:20 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-08-28 13:43:24 (GMT)
commit68fa9f0ab1b61cfc7deee699da8b5b5cb12f7a58 (patch)
treeb44792cf7ae63e97a58ed953f7fe5bc28ef88dfc /virt
parent1f821ed7afaa7ed689322ee2369f270e374a6350 (diff)
downloadlinux-68fa9f0ab1b61cfc7deee699da8b5b5cb12f7a58.tar.xz
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
Dan Carpenter reported (generated with static checker): drivers/base/power/opp.c:949 _opp_add_static_v2() warn: passing casted pointer '&new_opp->clock_latency_ns' to 'of_property_read_u32()' 64 vs 32. This code will break on 64 bit, big endian machines. Fix this by reading the value in a u32 type variable first and then assigning it to the unsigned long variable. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Suggested-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions