Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1261191 > unrolled thread

Re: [v7, 2/6] fsl/fman: Add FMan support

Started byDavid Miller <davem@davemloft.net>
First post2015-11-03 05:20 +0100
Last post2015-11-03 05:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [v7, 2/6] fsl/fman: Add FMan support David Miller <davem@davemloft.net> - 2015-11-03 05:20 +0100

#1261191 — Re: [v7, 2/6] fsl/fman: Add FMan support

FromDavid Miller <davem@davemloft.net>
Date2015-11-03 05:20 +0100
SubjectRe: [v7, 2/6] fsl/fman: Add FMan support
Message-ID<qqBeG-69S-13@gated-at.bofh.it>
From: <igal.liberman@freescale.com>
Date: Mon, 2 Nov 2015 14:30:12 +0200

> +static int clear_iram(struct fman *fman)
> +{
> +	struct fman_iram_regs __iomem *iram;
> +	int i, count;
> +
> +	iram = (struct fman_iram_regs __iomem *)(fman->base_addr + IMEM_OFFSET);

"fman->base_addr" is of type "void __iomem *", therefore no cast should
be necessary at all.

Please audit your entire driver submission for this problem.

THanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web