Re: [PATCH] pata_artop: Use ioread8.

2016-04-17 Thread Yoshinori Sato
On Fri, 15 Apr 2016 00:45:17 +0900, Tejun Heo wrote: > > 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 > > --- > > drivers/ata/pata_artop.c | 16 +

Re: [PATCH] pata_artop: Use ioread8.

2016-04-14 Thread Tejun Heo
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 > --- > drivers/ata/pata_artop.c | 16 +--- > 1 file changed, 13 insertions(+), 3 deletions(-) > > diff --

[PATCH] pata_artop: Use ioread8.

2016-04-14 Thread Yoshinori Sato
Support for non x86 targets. Signed-off-by: Yoshinori Sato --- 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/dri