Prev: [PATCHv4 01/13] USB: gadget: g_mass_storage: static data instead of dynamic allocation
Next: linux-next: build failure after merge of the final tree (tile tree related)
From: Jindřich Makovička on 7 Jun 2010 09:00 Hi, DVB driver for Flexcop/Technisat receiver currently calls request_irq() with a long driver name containing slashes. This triggers a warning when kernel tries to create /proc/irq/[NN]/[driver name] directory (attached to avoid mangling). The patch in attachment changes the driver name used in pci_request_regions() and request_irq() to a shorter version without slashes. Signed-off-by: Jindrich Makovicka <makovick(a)gmail.com> -- Jindrich Makovicka |