[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120811135044.529a7081@nehalam.linuxnetplumber.net>
Date: Sat, 11 Aug 2012 13:50:44 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: <cjren@....qualcomm.com>
Cc: <davem@...emloft.net>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <qca-linux-team@...lcomm.com>,
<nic-devel@...lcomm.com>, Xiong Huang <xiong@....qualcomm.com>,
"Hao-Ran Liu(Joseph Liu)" <hao-ran.liu@...onical.com>,
Joe Perches <joe@...ches.com>,
"Luis R. Rodriguez" <rodrigue@....qualcomm.com>
Subject: Re: [PATCH] net: add new QCA alx ethernet driver
On Thu, 9 Aug 2012 18:14:30 +0800
<cjren@....qualcomm.com> wrote:
> + strcpy(netdev->name, "eth%d");
> + retval = register_netdev(netdev);
The strcpy is unnecessary, alloc_etherdev already sets that.
--
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