]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gadgetfs: list_for_each_safe() misuse
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 8 Jan 2012 21:13:28 +0000 (16:13 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 21 Mar 2012 01:29:50 +0000 (21:29 -0400)
commit104bb37d3e0eb576b6aa61b9ed909e118e026bd2
tree904391317ad07afccc583b2c161a093c44b8aa60
parent342827d7d19cb52b562bb3efeb4d4b672d008c35
gadgetfs: list_for_each_safe() misuse

really weirdly spelled "while the list is non-empty, pick its
first element, remove it from the list and free it" kind of loop...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/usb/gadget/inode.c