forked from Minki/linux
[SCSI] aic79xx: fix bracket mismatch in unused macro
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
2065e310cc
commit
5504802117
@ -88,7 +88,7 @@ ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
|
||||
|
||||
#define SUBID_9005_LEGACYCONN_FUNC(id) ((id) & 0x20)
|
||||
|
||||
#define SUBID_9005_SEEPTYPE(id) ((id) & 0x0C0) >> 6)
|
||||
#define SUBID_9005_SEEPTYPE(id) (((id) & 0x0C0) >> 6)
|
||||
#define SUBID_9005_SEEPTYPE_NONE 0x0
|
||||
#define SUBID_9005_SEEPTYPE_4K 0x1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user