[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100702143039.7bdac116@virtuousgeek.org>
Date: Fri, 2 Jul 2010 14:30:39 -0700
From: Jesse Barnes <jbarnes@...tuousgeek.org>
To: Kulikov Vasiliy <segooon@...il.com>
Cc: Kernel Janitors <kernel-janitors@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...e.de>,
Chris Wright <chrisw@...s-sol.org>,
"Michael S. Tsirkin" <mst@...hat.com>,
Michal Schmidt <mschmidt@...hat.com>,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 09/25] pci-sysfs: remove casts from void*
On Tue, 29 Jun 2010 14:15:28 +0400
Kulikov Vasiliy <segooon@...il.com> wrote:
> Remove unnesessary casts from void*.
>
> Signed-off-by: Kulikov Vasiliy <segooon@...il.com>
> ---
> drivers/pci/pci-sysfs.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c
> index afd2fbf..7f8bc8c 100644
> --- a/drivers/pci/pci-sysfs.c
> +++ b/drivers/pci/pci-sysfs.c
> @@ -734,7 +734,7 @@ pci_mmap_resource(struct kobject *kobj, struct bin_attribute *attr,
> {
> struct pci_dev *pdev = to_pci_dev(container_of(kobj,
> struct device, kobj));
> - struct resource *res = (struct resource *)attr->private;
> + struct resource *res = attr->private;
> enum pci_mmap_state mmap_type;
> resource_size_t start, end;
> int i;
Applied to my linux-next branch, thanks.
--
Jesse Barnes, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists