Skip to content

Commit

Permalink
[PATCH] Fix typo in scdrv_init()
Browse files Browse the repository at this point in the history
Fix a typo in scdrv_init() which was breaking the build for SGI sn2.

Signed-off-by: Jason Uhlenkott <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Jason Uhlenkott authored and gregkh committed Jun 20, 2005
1 parent 0d3e5a2 commit 12eac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/snsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ scdrv_init(void)
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,
Expand Down

0 comments on commit 12eac73

Please sign in to comment.