Denys Vlasenko a67ef278e2 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 <vda.linux@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-11 08:59:09 -07:00
..
2010-08-10 15:33:09 -07:00
2010-08-04 11:16:01 +02:00
2010-08-11 08:59:05 -07:00
2010-08-03 11:55:15 -04:00
2010-08-11 08:59:08 -07:00
2010-08-10 13:47:46 -07:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00