LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ioat_dca __iomem annotations
@ 2008-03-29  3:08 Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2008-03-29  3:08 UTC (permalink / raw)
  To: torvalds; +Cc: shannon.nelson, linux-kernel


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 drivers/dma/ioat_dca.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/ioat_dca.c b/drivers/dma/ioat_dca.c
index 0fa8a98..9e92276 100644
--- a/drivers/dma/ioat_dca.c
+++ b/drivers/dma/ioat_dca.c
@@ -98,7 +98,7 @@ struct ioat_dca_slot {
 
 struct ioat_dca_priv {
 	void __iomem		*iobase;
-	void			*dca_base;
+	void __iomem		*dca_base;
 	int			 max_requesters;
 	int			 requester_count;
 	u8			 tag_map[IOAT_TAG_MAP_LEN];
@@ -338,7 +338,7 @@ static struct dca_ops ioat2_dca_ops = {
 	.get_tag		= ioat2_dca_get_tag,
 };
 
-static int ioat2_dca_count_dca_slots(void *iobase, u16 dca_offset)
+static int ioat2_dca_count_dca_slots(void __iomem *iobase, u16 dca_offset)
 {
 	int slots = 0;
 	u32 req;
-- 
1.5.3.GIT



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] ioat_dca __iomem annotations
       [not found] <f12847240803310920r5854444fid9022cd705e54847@mail.gmail.com>
@ 2008-04-01 13:34 ` Sosnowski, Maciej
  0 siblings, 0 replies; 2+ messages in thread
From: Sosnowski, Maciej @ 2008-04-01 13:34 UTC (permalink / raw)
  To: viro, torvalds; +Cc: Nelson, Shannon, linux-kernel

> ---------- Original message ----------
> From: Al Viro <viro@ftp.linux.org.uk>
> Date: Mar 29, 2008 5:08 AM
> Subject: [PATCH] ioat_dca __iomem annotations
> To: torvalds@linux-foundation.org
> Cc: shannon.nelson@intel.com, linux-kernel@vger.kernel.org
> 
> 
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
>  drivers/dma/ioat_dca.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/dma/ioat_dca.c b/drivers/dma/ioat_dca.c
> index 0fa8a98..9e92276 100644
> --- a/drivers/dma/ioat_dca.c
> +++ b/drivers/dma/ioat_dca.c
> @@ -98,7 +98,7 @@ struct ioat_dca_slot {
> 
>  struct ioat_dca_priv {
>        void __iomem            *iobase;
> -       void                    *dca_base;
> +       void __iomem            *dca_base;
>        int                      max_requesters;
>        int                      requester_count;
>        u8                       tag_map[IOAT_TAG_MAP_LEN];
> @@ -338,7 +338,7 @@ static struct dca_ops ioat2_dca_ops = {
>        .get_tag                = ioat2_dca_get_tag,
>  };
> 
> -static int ioat2_dca_count_dca_slots(void *iobase, u16 dca_offset)
> +static int ioat2_dca_count_dca_slots(void __iomem *iobase, u16
dca_offset)
>  {
>        int slots = 0;
>        u32 req;
> --
> 1.5.3.GIT

Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
---------------------------------------------------------------------
Intel Technology Poland sp. z o.o.
z siedziba w Gdansku
ul. Slowackiego 173
80-298 Gdansk

Sad Rejonowy Gdansk Polnoc w Gdansku, 
VII Wydzial Gospodarczy Krajowego Rejestru Sadowego, 
numer KRS 101882

NIP 957-07-52-316
Kapital zakladowy 200.000 zl

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-01 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-29  3:08 [PATCH] ioat_dca __iomem annotations Al Viro
     [not found] <f12847240803310920r5854444fid9022cd705e54847@mail.gmail.com>
2008-04-01 13:34 ` Sosnowski, Maciej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).