From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rolf Eike Beer Subject: Re: Re: [PATCH] parisc: fix serial ports on C8000 workstation Date: Mon, 10 Jun 2013 12:43:36 +0200 Message-ID: References: <20130609210021.GA1009@p100.box> <3684361.ciEK0E58Qm@donald.sf-tec.de> <20130610100026.GA23862@alpha.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Cc: Helge Deller , , James Bottomley To: Thomas Bogendoerfer Return-path: In-Reply-To: <20130610100026.GA23862@alpha.franken.de> List-ID: List-Id: linux-parisc.vger.kernel.org Am 10.06.2013 12:00, schrieb Thomas Bogendoerfer: > On Mon, Jun 10, 2013 at 10:27:09AM +0200, Helge Deller wrote: >> Maybe you want to clean up the other parts, e.g. impmi or pci_mmap? > > ipmi is already cleaned up, but I didn't get any response from the > maintainer. > > http://www.spinics.net/lists/linux-parisc/msg03191.html parisc_registered should be a bool, and you don't reset it on unregister_parisc_driver. If this can be compiled as module you get bad effects (i.e. OOPS, crash ) on repeated modprobe/rmmod. > info->irq = 0; /* no interrup */ There is a 't' missing at the end. I would say resend the patch, it probably got lost. Eike