power/reset: xgene: Use local variable dev instead of pdev->dev
authorGuenter Roeck <linux@roeck-us.net>
Tue, 30 Sep 2014 17:48:30 +0000 (10:48 -0700)
committerSebastian Reichel <sre@kernel.org>
Mon, 17 Nov 2014 02:07:09 +0000 (03:07 +0100)
Using a local variable dev to point to the device is simpler then repeatedly
dereferencing pdev->dev.

Cc: Loc Ho <lho@apm.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found