Skip to content

Commit

Permalink
s390: netiucv spinlock initializer cleanup
Browse files Browse the repository at this point in the history
spinlock initializer cleanup in netiucv.c

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Thomas Gleixner authored and Jeff Garzik committed Jun 20, 2007
1 parent 651bbc6 commit bfac0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/net/netiucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ struct iucv_connection {
*/
static struct list_head iucv_connection_list =
LIST_HEAD_INIT(iucv_connection_list);
static rwlock_t iucv_connection_rwlock = RW_LOCK_UNLOCKED;
static DEFINE_RWLOCK(iucv_connection_rwlock);

/**
* Representation of event-data for the
Expand Down

0 comments on commit bfac0d0

Please sign in to comment.