[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <878vr0wcc4.wl%kuninori.morimoto.gx@renesas.com>
Date: Thu, 11 Aug 2011 02:02:07 -0700 (PDT)
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] net: sh_irda: fixup build error on v3.1
Hi David
Thank you for your reply
> > spin_lock_irqsave(&self->lock, flags);
> > - iowrite16(data, self->membase + offset);
> > + __raw_writew(data, self->membase + offset);
> > spin_unlock_irqrestore(&self->lock, flags);
>
> Every platform, including "sh", provides ioread16() and iowrite16().
>
> So changing this is not part of "fixup build error" as your commit
> message states.
Thank you I understand.
I send v2 patch
Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists