From: Kenji Kaneshige Date: Thu, 24 Nov 2005 02:39:29 +0000 (+0900) Subject: [PATCH] shpchp: fix improper write to Command Completion Detect bit X-Git-Tag: v2.6.16-rc1~654^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f467f6187fc60c954a9509b3a3e17ef89a4f6f22;p=pandora-kernel.git [PATCH] shpchp: fix improper write to Command Completion Detect bit Current SHPCHP driver writes a '0' to the Command Completion Detect bit to clear the Command Complete Interrupt Pending. But according to the SHPC spec (See 4.7.3.1 System Interrupts), SHPCHP driver must write '1'. This patch fixes this bug. Signed-off-by: Kenji Kaneshige Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed