UBI: remove duplicate IO error codes
[deliverable/linux.git] / drivers / mtd / ubi / build.c
index 78ae89488a4fbc54550bf4a7dd54877035b295ec..f247c4e7b40de9df7cbf08850f2e96432347db8f 100644 (file)
@@ -95,8 +95,8 @@ DEFINE_MUTEX(ubi_devices_mutex);
 static DEFINE_SPINLOCK(ubi_devices_lock);
 
 /* "Show" method for files in '/<sysfs>/class/ubi/' */
-static ssize_t ubi_version_show(struct class *class, struct class_attribute *attr,
-                               char *buf)
+static ssize_t ubi_version_show(struct class *class,
+                               struct class_attribute *attr, char *buf)
 {
        return sprintf(buf, "%d\n", UBI_VERSION);
 }
This page took 0.024721 seconds and 5 git commands to generate.