Re: [PATCH]pata_ninja32: Avoid corrupting status flags
From: Tejun Heo <tj@kernel.org>
Date: 2016-08-30 20:14:59
From: Tejun Heo <tj@kernel.org>
Date: 2016-08-30 20:14:59
On Tue, Aug 30, 2016 at 04:47:02PM +0100, One Thousand Gnomes wrote:
From: Alan Cox <redacted>
Ninja32 needs to set some flags to indicate it does 32bit IO. However it currently assigns this which
loses the initializing flag and causes a warning spew. Fix it to use a logical or as is intended.
Signed-off-by: Alan Cox <redacted>
Tested-by: Ellmar Stelnberger <redacted>Applied to libata/for-4.8-fixes and pushed out. Thanks. -- tejun