From: Greg Kroah-Hartman Date: Tue, 10 Mar 2015 21:08:38 +0000 (+0100) Subject: Staging: sm750fb: provide error path for hw_sm750le_setBLANK() X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74ac550298ec4635cc32e99f966568a808fd370;p=pandora-kernel.git Staging: sm750fb: provide error path for hw_sm750le_setBLANK() This provides a default path for the switch statement in hw_sm750le_setBLANK() so that the compiler will not correctly complain about undefined values being sent to the hardware. Instead, properly error out if the blank command is unknown by the driver. Cc: Sudip Mukherjee Cc: Teddy Wang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed