From: H Hartley Sweeten Date: Thu, 25 Oct 2012 22:06:58 +0000 (-0700) Subject: staging: comedi: me_daq: factor out the PLX bug workaround X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~936 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10cba302edf32753a653659740e1688094f92c86;p=pandora-kernel.git staging: comedi: me_daq: factor out the PLX bug workaround Factor out the code in me_attach_pci() that handles the PLX-Bug workaround to a separate function. This looks odd. It appears that the bug workaround either swaps PCI bars 0 and 5 or it modifies PCI bar 0. Shouldn't this happen before PCI bar 0 is ioremap'ed? Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed