From: Matthew Wilcox Date: Sat, 4 May 2013 10:43:17 +0000 (-0400) Subject: NVMe: Only clear the enable bit when disabling controller X-Git-Tag: v3.10-rc1~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44af146a84fa4a8e136d824207dcd356958a112b;p=pandora-kernel.git NVMe: Only clear the enable bit when disabling controller Many of the bits in the Controller Configuration register may only be modified when the Enable bit is clear. Clearing them at the same time as the Enable bit might be OK, but let's play it safe and only touch the Enable bit. Signed-off-by: Matthew Wilcox Reviewed-by: Keith Busch --- Reading git-diff-tree failed