From: Yijing Wang Date: Tue, 23 Sep 2014 17:02:42 +0000 (-0600) Subject: PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c3c38f003c25d50a09d3da558667c5ecd530aa;p=pandora-kernel.git PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib "msi_attrib.pos" is only used for MSI (not MSI-X), and we already cache the MSI capability offset in "dev->msi_cap". Remove "pos" from the struct msi_attrib and use "dev->msi_cap" directly. [bhelgaas: changelog, fix whitespace] Signed-off-by: Yijing Wang Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed