From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Wed, 07 May 2014 19:44:06 +0000 Subject: Re: [patch v] isdn: hisax: remove some dead code Message-Id: <20140507.154406.1455843067836633870.davem@davemloft.net> List-Id: References: <53668DFC.6040106@bfs.de> <20140505085305.GA17365@mwanda> In-Reply-To: <20140505085305.GA17365@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dan.carpenter@oracle.com Cc: isdn@linux-pingi.de, jkosina@suse.cz, rdunlap@infradead.org, standby24x7@gmail.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, wharms@bfs.de From: Dan Carpenter Date: Mon, 5 May 2014 11:53:05 +0300 > The HISAX_HFC4S8S_PCIMEM code hasn't been able to compile since before > the start of git history. I have deleted it. > > There are also a few indenting mistakes where one side of the ifdef > wasn't indented correctly which I fixed as well. > > Reported-by: Walter Harms > Signed-off-by: Dan Carpenter > --- > v2: delete the dead ifdefed code. I'll apply this to net-next, thanks Dan.