net: cassini: use nested lock annotation
authorEmil Goode <emilgoode@gmail.com>
Thu, 8 May 2014 23:07:17 +0000 (01:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2014 20:34:10 +0000 (16:34 -0400)
In the cas_lock_tx function we acquire multiple locks in a loop and
need to use nested lock annotation to prevent lockdep warnings.

Reported-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found