Re: [PATCH RT] Cleanup of unnecessary do while 0 in api mappings

2014-02-14 Thread Sebastian Andrzej Siewior
* Nicholas Mc Guire | 2014-02-08 12:39:20 [+0100]: > >Cleanup of unnecessary do while 0 in api mappings > >With the migration pushdonw a few of the do{ }while(0) >loops became obsolete but got left over - this patch >only removes this fallout. > >Patch applies on top of 3.12.9-rt13 >

Re: [PATCH RT] Cleanup of unnecessary do while 0 in api mappings

2014-02-14 Thread Sebastian Andrzej Siewior
* Nicholas Mc Guire | 2014-02-08 12:39:20 [+0100]: Cleanup of unnecessary do while 0 in api mappings With the migration pushdonw a few of the do{ }while(0) loops became obsolete but got left over - this patch only removes this fallout. Patch applies on top of 3.12.9-rt13 Signed-off-by:

[PATCH RT] Cleanup of unnecessary do while 0 in api mappings

2014-02-08 Thread Nicholas Mc Guire
Cleanup of unnecessary do while 0 in api mappings With the migration pushdonw a few of the do{ }while(0) loops became obsolete but got left over - this patch only removes this fallout. Patch applies on top of 3.12.9-rt13 Signed-off-by: Nicholas Mc Guire --- include/linux/rwlock_rt.h | 20

[PATCH RT] Cleanup of unnecessary do while 0 in api mappings

2014-02-08 Thread Nicholas Mc Guire
Cleanup of unnecessary do while 0 in api mappings With the migration pushdonw a few of the do{ }while(0) loops became obsolete but got left over - this patch only removes this fallout. Patch applies on top of 3.12.9-rt13 Signed-off-by: Nicholas Mc Guire der.h...@hofr.at ---