lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 4 Mar 2014 23:30:09 +0100 From: Arnd Bergmann <arnd@...db.de> To: Liviu Dudau <Liviu.Dudau@....com> Cc: "linux-pci" <linux-pci@...r.kernel.org>, Bjorn Helgaas <bhelgaas@...gle.com>, Catalin Marinas <Catalin.Marinas@....com>, Will Deacon <Will.Deacon@....com>, "linaro-kernel" <linaro-kernel@...ts.linaro.org>, Benjamin Herrenschmidt <benh@...nel.crashing.org>, LKML <linux-kernel@...r.kernel.org>, "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>, LAKML <linux-arm-kernel@...ts.infradead.org>, Tanmay Inamdar <tinamdar@....com> Subject: Re: [PATCH v5 1/7] pci: Introduce pci_register_io_range() helper function. On Tuesday 04 March 2014, Liviu Dudau wrote: > +int __weak pci_register_io_range(phys_addr_t addr, resource_size_t size) > +{ > + return 0; > +} > + How about returning an error here? You don't actually register the range. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists