Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1379040
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] pata_artop: Use ioread8. |
| Date | 2016-04-14 17:50 +0200 |
| Message-ID | <rnRGO-44y-9@gated-at.bofh.it> (permalink) |
| References | <rnJSW-6wh-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello, On Thu, Apr 14, 2016 at 04:26:03PM +0900, Yoshinori Sato wrote: > Support for non x86 targets. Being a bit more detailed would be nice. > Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> > --- > drivers/ata/pata_artop.c | 16 +++++++++++++--- > 1 file changed, 13 insertions(+), 3 deletions(-) > > diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c > index 96c05c9..3731dea 100644 > --- a/drivers/ata/pata_artop.c > +++ b/drivers/ata/pata_artop.c > @@ -340,6 +340,18 @@ static void atp8xx_fixup(struct pci_dev *pdev) > } > } > > +static int is_fast(struct pci_dev *pdev) Can you please make the name a bit more descriptive? Thanks. -- tejun
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] pata_artop: Use ioread8. Yoshinori Sato <ysato@users.sourceforge.jp> - 2016-04-14 09:30 +0200 Re: [PATCH] pata_artop: Use ioread8. Tejun Heo <tj@kernel.org> - 2016-04-14 17:50 +0200
csiph-web