From: Bjorn Helgaas Date: Fri, 19 Jun 2015 20:58:24 +0000 (-0500) Subject: PCI: Fix TI816X class code quirk X-Git-Tag: omap-for-v4.3/fixes-merge-window~31^2~4^3~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1541dc977d376406f4584d8eb055488655c98ec;p=pandora-kernel.git PCI: Fix TI816X class code quirk In fixup_ti816x_class(), we assigned "class = PCI_CLASS_MULTIMEDIA_VIDEO". But PCI_CLASS_MULTIMEDIA_VIDEO is only the two-byte base class/sub-class and needs to be shifted to make space for the low-order interface byte. Shift PCI_CLASS_MULTIMEDIA_VIDEO to set the correct class code. Fixes: 63c4408074cb ("PCI: Add quirk for setting valid class for TI816X Endpoint") Signed-off-by: Bjorn Helgaas CC: Hemant Pedanekar --- Reading git-diff-tree failed