[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTik-d86O8EHZctzuy7=CGgTkSaD4m9Lcqh_wofEL@mail.gmail.com>
Date: Fri, 21 Jan 2011 11:35:37 +0800
From: Po-Yu Chuang <ratbert.chuang@...il.com>
To: Joe Perches <joe@...ches.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
bhutchings@...arflare.com, eric.dumazet@...il.com,
dilinger@...ued.net, Po-Yu Chuang <ratbert@...aday-tech.com>
Subject: Re: [PATCH v3] net: add Faraday FTMAC100 10/100 Ethernet driver
Dear Joe,
On Fri, Jan 21, 2011 at 1:56 AM, Joe Perches <joe@...ches.com> wrote:
> On Thu, 2011-01-20 at 23:30 +0800, Po-Yu Chuang wrote:
>> From: Po-Yu Chuang <ratbert@...aday-tech.com>
> []
>> + /* map io memory */
>> + priv->res = request_mem_region(res->start, res->end - res->start,
>> + dev_name(&pdev->dev));
>
> Off by one?
>
> priv->res = request_mem_region(res->start, resource_size(res),
> dev_name(&pdev->dev));
Fixed.
best regards,
Po-Yu Chuang
--
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