[PATCH 2.6.12-rc1-mm3] Fix typo in scdrv_init()

From: Jason Uhlenkott
Date: Fri Mar 25 2005 - 21:19:22 EST


Fix a typo in scdrv_init() which was breaking the build for SGI sn2.

Signed-off-by: Jason Uhlenkott <jasonuhl@xxxxxxx>

Index: linux/drivers/char/snsc.c
===================================================================
--- linux.orig/drivers/char/snsc.c 2005-03-25 16:53:13.426753917 -0800
+++ linux/drivers/char/snsc.c 2005-03-25 16:53:21.456116301 -0800
@@ -437,7 +437,7 @@
continue;
}

- class__device_create(snsc_class, dev, NULL,
+ class_device_create(snsc_class, dev, NULL,
"%s", devname);

ia64_sn_irtr_intr_enable(scd->scd_nasid,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/