فهرست منبع

iio: adc: vf610: SIMPLE_DEV_PM_OPS can fit on a single line

No need to call the SIMPLE_DEV_PM_OPS() macro in several lines.

It can fit into the 80-column range.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Fabio Estevam 11 سال پیش
والد
کامیت
ef0d545493
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      drivers/iio/adc/vf610_adc.c

+ 1 - 3
drivers/iio/adc/vf610_adc.c

@@ -716,9 +716,7 @@ disable_reg:
 }
 }
 #endif
 #endif
 
 
-static SIMPLE_DEV_PM_OPS(vf610_adc_pm_ops,
-			vf610_adc_suspend,
-			vf610_adc_resume);
+static SIMPLE_DEV_PM_OPS(vf610_adc_pm_ops, vf610_adc_suspend, vf610_adc_resume);
 
 
 static struct platform_driver vf610_adc_driver = {
 static struct platform_driver vf610_adc_driver = {
 	.probe          = vf610_adc_probe,
 	.probe          = vf610_adc_probe,