Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm: Remove duplicate "return" statement

Remove the duplicate "return" statement in drm_fb_helper_panic().

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

authored by

Lin Ming and committed by
Dave Airlie
55a01f6f 909d6e0c

-1
-1
drivers/gpu/drm/drm_fb_helper.c
··· 256 256 { 257 257 printk(KERN_ERR "panic occurred, switching back to text console\n"); 258 258 return drm_fb_helper_force_kernel_mode(); 259 - return 0; 260 259 } 261 260 EXPORT_SYMBOL(drm_fb_helper_panic); 262 261