Skip to content
Commit fe4c6a38 authored by Sarah Khan's avatar Sarah Khan Committed by Greg Kroah-Hartman
Browse files

staging: xgifb: Removed an unnecessary assignment statement



Used coccinelle patch
@@

expression data;
identifier f;

@@

-data =
+return
     f(...);
-return (data);

Signed-off-by: default avatarSarah Khan <sarahjmi07@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b3dd8957
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment