From: Alan Cox Date: Tue, 4 Sep 2012 14:39:57 +0000 (+0100) Subject: PCI: cpqphp: Remove unreachable path X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b161dabc3d3004ea56a8d20b0f5ec9bf68e67180;p=pandora-kernel.git PCI: cpqphp: Remove unreachable path register & 0x0B == 0x04 is never true, the code will always take the (identical) 0x00 path anyway. Remove the dead code paths. Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=44151 Signed-off-by: Alan Cox Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed