aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2010-01-11 15:05:35 +0100
committerDavid Woodhouse <[email protected]>2010-02-25 11:28:06 +0000
commitb840bc11b5062803c204d8a9625a1a1c5812d6d6 (patch)
tree8d082b6b3846b3dbaafa6f347957cf41137c8f20 /scripts/objdiff
parent17fabf156507ec0f688f1e58be02f38e04de0c6e (diff)
mtd: mxc-nand: no need to check for validity of platform driver data
The probe function calls platform_set_drvdata with a valid pointer when the probe is successful. As mxcnd_suspend and mxcnd_resume are only called on bound devices, platform_get_drvdata always returns non-NULL. This fix isn't critical as the pointer is always valid so it doesn't matter if the compiler generated code for it or not. Signed-off-by: Uwe Kleine-König <[email protected]> Reported-by: David Binderman <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]> Acked-by: Sascha Hauer <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions