Răsfoiți Sursa

Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdata

There is no call to platform_get_drvdata() or dev_get_drvdata().
Drop the unnecessary call to platform_set_drvdata().

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Guenter Roeck 8 ani în urmă
părinte
comite
b8f6a6ad77
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      drivers/input/misc/ab8500-ponkey.c

+ 0 - 1
drivers/input/misc/ab8500-ponkey.c

@@ -109,7 +109,6 @@ static int ab8500_ponkey_probe(struct platform_device *pdev)
 		return error;
 	}
 
-	platform_set_drvdata(pdev, ponkey);
 	return 0;
 }