Re: [PATCH] drm: aspeed: Fix GENMASK misuse

2020-10-09 Thread Joel Stanley
On Mon, 24 Feb 2020 at 00:06, Andrew Jeffery wrote: > > > > On Sun, 23 Feb 2020, at 10:21, Ondrej Jirman wrote: > > Arguments to GENMASK should be msb >= lsb. > > > > Signed-off-by: Ondrej Jirman > > --- > > I just grepped the whole kernel tree for GENMASK argument order issues, > > and this is o

Re: [PATCH] drm: aspeed: Fix GENMASK misuse

2020-02-24 Thread Andrew Jeffery
On Sun, 23 Feb 2020, at 10:21, Ondrej Jirman wrote: > Arguments to GENMASK should be msb >= lsb. > > Signed-off-by: Ondrej Jirman > --- > I just grepped the whole kernel tree for GENMASK argument order issues, > and this is one of the three that popped up. No testing was done. I think someone

[PATCH] drm: aspeed: Fix GENMASK misuse

2020-02-24 Thread Ondrej Jirman
Arguments to GENMASK should be msb >= lsb. Signed-off-by: Ondrej Jirman --- I just grepped the whole kernel tree for GENMASK argument order issues, and this is one of the three that popped up. No testing was done. drivers/gpu/drm/aspeed/aspeed_gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 del