diff options
author | Daniel Walker <dwalker@mvista.com> | 2008-03-28 17:41:28 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-28 22:14:43 -0400 |
commit | a5af6ad3a0d4f5c6d0a3535d46fc1b26eeff0816 (patch) | |
tree | f0061a0f91d202dac06225b724d5d4820f67e75d /drivers/net/ehea/ehea.h | |
parent | da59cde4825bd42f305efb8e6335f1b58ab8d88c (diff) |
netdev: ehea: port_lock semaphore to mutex
Convert the port_lock to a mutex. There is also some additional cleanup. The
line length inside the ehea_rereg_mrs was getting long so I made some
adjustments to shorten them.
[akpm@linux-foundation.org: dec99ification]
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Cc: Christoph Raisch <raisch@de.ibm.com>
Cc: Jan-Bernd Themann <themann@de.ibm.com>
Cc: Thomas Klein <tklein@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/ehea/ehea.h')
-rw-r--r-- | drivers/net/ehea/ehea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h index b5c8eb96bd26..26acd05c80b5 100644 --- a/drivers/net/ehea/ehea.h +++ b/drivers/net/ehea/ehea.h | |||
@@ -452,7 +452,7 @@ struct ehea_port { | |||
452 | struct vlan_group *vgrp; | 452 | struct vlan_group *vgrp; |
453 | struct ehea_eq *qp_eq; | 453 | struct ehea_eq *qp_eq; |
454 | struct work_struct reset_task; | 454 | struct work_struct reset_task; |
455 | struct semaphore port_lock; | 455 | struct mutex port_lock; |
456 | char int_aff_name[EHEA_IRQ_NAME_SIZE]; | 456 | char int_aff_name[EHEA_IRQ_NAME_SIZE]; |
457 | int allmulti; /* Indicates IFF_ALLMULTI state */ | 457 | int allmulti; /* Indicates IFF_ALLMULTI state */ |
458 | int promisc; /* Indicates IFF_PROMISC state */ | 458 | int promisc; /* Indicates IFF_PROMISC state */ |