Re: [Resend, PATCH v1] ISDN: eicon: switch to use native bitmaps

2017-07-19 Thread David Miller
From: Andy Shevchenko Date: Tue, 18 Jul 2017 18:49:26 +0300 > Two arrays are clearly bit maps, so, make that explicit by converting to > bitmap API and remove custom helpers. > > Note sig_ind() uses out of boundary bit to (looks like) protect against > potential bitmap_empty() checks for the sam

[Resend, PATCH v1] ISDN: eicon: switch to use native bitmaps

2017-07-18 Thread Andy Shevchenko
Two arrays are clearly bit maps, so, make that explicit by converting to bitmap API and remove custom helpers. Note sig_ind() uses out of boundary bit to (looks like) protect against potential bitmap_empty() checks for the same bitmap. This patch removes that since: 1) that didn't guarantee atomi