.
Frank
[RESEND PATCH 1/9] s390: minor s390 network driver fixes
From: Frank Pavlic <[EMAIL PROTECTED]>
- iucv driver:
use do { } while (0) constructs
instead of empty defines to avoid compile bugs.
- ctc driver:
missing lock initialization
ACK patches 1-9, but patch #1 failed to apply to netdev-2.6.git#upstream:
[EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt
9 patch(es) to process.
Applying 's390: minor s390 network driver fixes'
error: patch failed: drivers/s390/net/ctcmain.c:1714
error: drivers/s390
Hi,
following 9 patches are all s390 network device drivers related .
Frank
[PATCH 1/9] s390: minor s390 network driver fixes
From: Frank Pavlic <[EMAIL PROTECTED]>
- iucv driver:
use do { } while (0) constructs
instead of empty defines to avoid compile bugs.
- ctc