commit | 9ebae9e4bcd7dff22536af8a969d8f66e6f23900 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Tue Aug 30 16:47:02 2016 +0100 |
committer | Tejun Heo <tj@kernel.org> | Tue Aug 30 11:59:47 2016 -0400 |
tree | ba889d72dd4370096ded458db27704d1d139309c | |
parent | 9b4b3f6a062b22550e62523efe5213776cdd426b [diff] |
pata_ninja32: Avoid corrupting status flags 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 <alan@linux.intel.com> Tested-by: Ellmar Stelnberger <estellnb@elstel.org> Signed-off-by: Tejun Heo <tj@kernel.org>