* [PATCH 2.6.12-rc1-mm3] Fix typo in scdrv_init()
@ 2005-03-26 2:17 Jason Uhlenkott
0 siblings, 0 replies; only message in thread
From: Jason Uhlenkott @ 2005-03-26 2:17 UTC (permalink / raw)
To: gregkh, akpm; +Cc: linux-kernel
Fix a typo in scdrv_init() which was breaking the build for SGI sn2.
Signed-off-by: Jason Uhlenkott <jasonuhl@sgi.com>
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-26 2:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-26 2:17 [PATCH 2.6.12-rc1-mm3] Fix typo in scdrv_init() Jason Uhlenkott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®