Title: [9364] trunk/drivers/staging/iio/ring_generic.h: merge from upstream: staging: iio: timestamp_en naming typo fix.
Revision
9364
Author
vapier
Date
2010-10-24 16:52:00 -0400 (Sun, 24 Oct 2010)

Log Message

merge from upstream: staging: iio: timestamp_en naming typo fix.

From: Jonathan Cameron <[email protected]>

Signed-off-by: Jonathan Cameron <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

Modified Paths

Diff

Modified: trunk/drivers/staging/iio/ring_generic.h (9363 => 9364)


--- trunk/drivers/staging/iio/ring_generic.h	2010-10-24 20:51:55 UTC (rev 9363)
+++ trunk/drivers/staging/iio/ring_generic.h	2010-10-24 20:52:00 UTC (rev 9364)
@@ -276,7 +276,7 @@
  **/
 #define IIO_SCAN_EL_TIMESTAMP(number)				\
 	struct iio_scan_el iio_scan_el_timestamp = {		\
-		.dev_attr = __ATTR(_timestamp_en,		\
+		.dev_attr = __ATTR(timestamp_en,		\
 				   S_IRUGO | S_IWUSR,		\
 				   iio_scan_el_ts_show,		\
 				   iio_scan_el_ts_store),	\
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to