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 { 257 printk(KERN_ERR "panic occurred, switching back to text console\n"); 258 return drm_fb_helper_force_kernel_mode(); 259 - return 0; 260 } 261 EXPORT_SYMBOL(drm_fb_helper_panic); 262
··· 256 { 257 printk(KERN_ERR "panic occurred, switching back to text console\n"); 258 return drm_fb_helper_force_kernel_mode(); 259 } 260 EXPORT_SYMBOL(drm_fb_helper_panic); 261