[PATCH] uninitialized spinlock in drivers/net/sk_mca.c
A spinlock was recently added to struct skmca_priv so as to remove save_flags()/cli() but nothing in the current code initializes it.
Showing
Please register or sign in to comment
A spinlock was recently added to struct skmca_priv so as to remove save_flags()/cli() but nothing in the current code initializes it.