Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9ebae9e4 authored by Alan Cox's avatar Alan Cox Committed by Tejun Heo
Browse files

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: default avatarAlan Cox <alan@linux.intel.com>
Tested-by: default avatarEllmar Stelnberger <estellnb@elstel.org>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 9b4b3f6a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment