From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Mon, 24 Aug 2009 14:47:03 +0200 Subject: [PATCH] pxaficp-ir - remove incorrect net_device_ops In-Reply-To: <20090823.225743.135339409.davem@davemloft.net> References: <20090824043831.GA2473@orion> <20090823.225743.135339409.davem@davemloft.net> Message-ID: <200908241447.03117.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dne Po 24. srpna 2009 07:57:43 David Miller napsal(a): > From: Alexander Beregalov > Date: Mon, 24 Aug 2009 08:38:31 +0400 > > > Subject: [PATCH] pxaficp-ir - remove incorrect net_device_ops > > > > This patch fixes broken pxaficp-ir. The problem was in incorrect > > net_device_ops being specified which prevented the driver from > > operating. The symptoms were: > > - failing ifconfig for IrLAN, resulting in > > SIOCSIFFLAGS: Cannot assign requested address > > - irattach working for IrCOMM, but the port stayed disabled > > > > Moreover this patch corrects missing sysfs device link. > > > > Signed-off-by: Marek Vasut > > Applied, thanks. Thank you.