Re: [PATCH 1 of 5 ] /drivers/char ioremap balancing/ returncode check

2007-08-15 Thread Jiri Slaby
Scott Thompson napsal(a): > On Mon, 13 Aug 2007 16:17:29 -0400 Jiri Slaby <[EMAIL PROTECTED]> > wrote: >>> diff --git a/drivers/char/sx.c b/drivers/char/sx.c >>> index 85a2328..30829ed 100644 >>> --- a/drivers/char/sx.c >>> +++ b/drivers/char/sx.c >>> @@ -2627,6 +2627,12 @@ static void __devinit f

Re: [PATCH 1 of 5 ] /drivers/char ioremap balancing/ returncode check

2007-08-14 Thread Scott Thompson
On Mon, 13 Aug 2007 16:17:29 -0400 Jiri Slaby <[EMAIL PROTECTED]> wrote: >> diff --git a/drivers/char/sx.c b/drivers/char/sx.c >> index 85a2328..30829ed 100644 >> --- a/drivers/char/sx.c >> +++ b/drivers/char/sx.c >> @@ -2627,6 +2627,12 @@ static void __devinit fix_sx_pci(struct >> pci_dev *pdev,

Re: [PATCH 1 of 5 ] /drivers/char ioremap balancing/ returncode check

2007-08-13 Thread Jiri Slaby
Scott Thompson napsal(a): > patchset against 2.6.23-rc2 and this set is an audit of > /drivers/char/a* > through drivers/char . > > this corrects missing ioremap return checks and balancing on > iounmap calls.. > > Signed-off-by: Scott Thompson hushmail.com> NAK. > -

[PATCH 1 of 5 ] /drivers/char ioremap balancing/ returncode check

2007-08-12 Thread Scott Thompson
patchset against 2.6.23-rc2 and this set is an audit of /drivers/char/a* through drivers/char . this corrects missing ioremap return checks and balancing on iounmap calls.. Signed-off-by: Scott Thompson hushmail.com> -- diff --git a/d