diff options
Diffstat (limited to 'drivers/fc4/socal.c')
-rw-r--r-- | drivers/fc4/socal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/fc4/socal.c b/drivers/fc4/socal.c index b2377dbd84a1..922e9613b2cf 100644 --- a/drivers/fc4/socal.c +++ b/drivers/fc4/socal.c | |||
@@ -665,9 +665,8 @@ static inline void socal_init(struct sbus_dev *sdev, int no) | |||
665 | int size, i; | 665 | int size, i; |
666 | int irq, node; | 666 | int irq, node; |
667 | 667 | ||
668 | s = kmalloc (sizeof (struct socal), GFP_KERNEL); | 668 | s = kzalloc (sizeof (struct socal), GFP_KERNEL); |
669 | if (!s) return; | 669 | if (!s) return; |
670 | memset (s, 0, sizeof(struct socal)); | ||
671 | spin_lock_init(&s->lock); | 670 | spin_lock_init(&s->lock); |
672 | s->socal_no = no; | 671 | s->socal_no = no; |
673 | 672 | ||