diff options
Diffstat (limited to 'debian/patches/dde-enable-device.patch')
-rw-r--r-- | debian/patches/dde-enable-device.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/dde-enable-device.patch b/debian/patches/dde-enable-device.patch deleted file mode 100644 index b0dddccd..00000000 --- a/debian/patches/dde-enable-device.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/libdde-linux26/lib/src/arch/l4/pci.c b/libdde-linux26/lib/src/arch/l4/pci.c -index b50a735..6dd8e87 100644 ---- a/libdde-linux26/lib/src/arch/l4/pci.c -+++ b/libdde-linux26/lib/src/arch/l4/pci.c -@@ -171,7 +171,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) - return pcibios_enable_irq(dev); - #endif - WARN_UNIMPL; -- return -1; -+ return 0; - } - - /******************************************************************************************* |