From a67ef278e24b1fe5ab8f5e8ef27f9654b91732de Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 10 Aug 2010 18:02:30 -0700 Subject: [PATCH] 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed