aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2015-10-02 23:26:42 +0530
committerBrian Norris <[email protected]>2015-10-12 14:17:30 -0700
commit3f08b8ba9f5d7ec528a9fc293e76a14c2851e403 (patch)
tree51213ed003742c50fe6224df0c6d480146ddd392 /tools/perf/scripts/python/bin
parent06968a54790d9dd87a5bb68e8197b5094eff63c3 (diff)
mtd: brcmnand: Fix pointer type-cast in brcmnand_write()
We should always type-cast pointer to "long" or "unsigned long" because size of pointer is same as machine word size. This will avoid pointer type-cast issues on both 32bit and 64bit systems. This patch fixes pointer type-cast issue in brcmnand_write() as-per above info. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Vikram Prakash <[email protected]> Reviewed-by: Ray Jui <[email protected]> Reviewed-by: Scott Branden <[email protected]> Signed-off-by: Brian Norris <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions