Re: [PATCH 4.4 054/108] mtd: cfi: convert inline functions to macros

2018-03-06 Thread Boris Brezillon
On Mon, 05 Mar 2018 02:22:52 + Ben Hutchings wrote: > On Thu, 2018-02-15 at 16:16 +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Arnd Bergmann > > > > commit 9e343e87d2c4c707ef8fae28

Re: [PATCH 4.4 054/108] mtd: cfi: convert inline functions to macros

2018-03-04 Thread Ben Hutchings
On Thu, 2018-02-15 at 16:16 +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me know. > > -- > > From: Arnd Bergmann > > commit 9e343e87d2c4c707ef8fae2844864d4dde3a2d13 upstream. [...] > -static inline int map_word_andequal(st

[PATCH 4.4 054/108] mtd: cfi: convert inline functions to macros

2018-02-15 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 9e343e87d2c4c707ef8fae2844864d4dde3a2d13 upstream. The map_word_() functions, dating back to linux-2.6.8, try to perform bitwise operations on a 'map_word' structure. This