[svn-commits] tzafrir: linux/trunk r5688 - /linux/trunk/drivers/dahdi/xpp/xbus-sysfs.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Jan 18 13:17:46 CST 2009
Author: tzafrir
Date: Sun Jan 18 13:17:46 2009
New Revision: 5688
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=5688
Log:
xpp: sysfs attribute arrays should be NULL-Terminated.
Modified:
linux/trunk/drivers/dahdi/xpp/xbus-sysfs.c
Modified: linux/trunk/drivers/dahdi/xpp/xbus-sysfs.c
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/xpp/xbus-sysfs.c?view=diff&rev=5688&r1=5687&r2=5688
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/xbus-sysfs.c (original)
+++ linux/trunk/drivers/dahdi/xpp/xbus-sysfs.c Sun Jan 18 13:17:46 2009
@@ -63,6 +63,7 @@
static struct driver_attribute xpp_attrs[] = {
__ATTR(sync, S_IRUGO | S_IWUSR, sync_show, sync_store),
+ __ATTR_NULL,
};
/*--------- Sysfs Bus handling ----*/
More information about the svn-commits
mailing list