aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorDenys Vlasenko <[email protected]>2010-08-10 18:02:30 -0700
committerLinus Torvalds <[email protected]>2010-08-11 08:59:09 -0700
commita67ef278e24b1fe5ab8f5e8ef27f9654b91732de (patch)
treedbef61c3226194d95c93105ccb1a83774e74776e /scripts/patch-kernel
parent26c5be3c750df6f8a9193d478905627ec75f7f41 (diff)
drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options()
Replaced !strlen(str) check with !str[0]. Removed the variable which was used solely to store strlen result. Signed-off-by: Denys Vlasenko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions