login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
24
Re: [patch] portman2x4.c: fix boot hang
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Ingo Molnar <mingo@...>
To: Frans Pop <elendil@...>
Cc: <linux-kernel@...>, <perex@...>, <tiwai@...>, <torvalds@...>
Subject:
Re: [patch] portman2x4.c: fix boot hang
Date: Wednesday, October 24, 2007 - 5:29 pm
* Frans Pop <elendil@planet.nl> wrote:
quoted text
> Ingo Molnar wrote: > > if ((parport_read_status(p) & ESTB) == ESTB) > > - return 1; /* CODE 1 - Strobe Failure. */ > > + return -EIO; /* CODE 1 - Strobe Failure. */ > > > > /* Set for RXDATA0 where no damage will be done. */ > > /* 5 */ > > @@ -475,7 +475,7 @@ static int portman_probe(struct parport > > > > /* 6 */ > > if ((parport_read_status(p) & ESTB) != ESTB) > > - return 1; /* CODE 1 - Strobe Failure. */ > > + return -EIO; /* CODE 1 - Strobe Failure. */ > > Why are you keeping the "CODE 1" comment? Just "Strobe Failure" as > comment would seem more consistent with the change.
looking at other uses of 'CODE' suggested that 'CODE 1' is not the return code - so i left it alone. Ingo -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
Linux v2.6.24-rc1
, Linus Torvalds
, (Wed Oct 24, 12:19 am)
[PATCH] Dump filtering supports x86_64 sparsemem(Re: Linux v...
, Ken'ichi Ohmichi
, (Fri Oct 26, 1:19 am)
Re: Linux v2.6.24-rc1
,
, (Thu Oct 25, 8:45 am)
2.6.24-rc1 doesn't build...
, Theodore Tso
, (Thu Oct 25, 1:18 am)
Re: 2.6.24-rc1 doesn't build...
, Kamalesh Babulal
, (Thu Oct 25, 1:30 am)
[patch] portman2x4.c: fix boot hang
, Ingo Molnar
, (Wed Oct 24, 3:44 pm)
Re: [patch] portman2x4.c: fix boot hang
, Takashi Iwai
, (Thu Oct 25, 4:16 am)
Re: [patch] portman2x4.c: fix boot hang
, Frans Pop
, (Wed Oct 24, 4:12 pm)
Re: [patch] portman2x4.c: fix boot hang
, Ingo Molnar
, (Wed Oct 24, 5:29 pm)
Re: Linux v2.6.24-rc1
, Giacomo Catenazzi
, (Wed Oct 24, 2:19 pm)
[Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle ker...
, Ingo Molnar
, (Tue Dec 4, 6:08 am)
Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle...
, Giacomo A. Catenazzi
, (Tue Dec 4, 12:47 pm)
Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle...
, Rafael J. Wysocki
, (Tue Dec 4, 4:08 pm)
Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle...
, Giacomo A. Catenazzi
, (Wed Dec 5, 5:26 am)
2.6.24-rc1 fails with lockup and BUG:
, Romano Giannetti
, (Wed Oct 24, 9:25 am)
Re: 2.6.24-rc1 fails with lockup and BUG:
, Joseph Fannin
, (Wed Oct 24, 12:44 pm)
Re: 2.6.24-rc1 fails with lockup and BUG:
, Romano Giannetti
, (Fri Oct 26, 1:59 am)
Re: 2.6.24-rc1 fails with lockup and BUG:
, Ingo Molnar
, (Wed Oct 24, 10:27 am)
Re: 2.6.24-rc1 fails with lockup and BUG:
, Romano Giannetti
, (Wed Oct 24, 11:53 am)
Re: 2.6.24-rc1 fails with lockup and BUG:
, Ingo Molnar
, (Wed Oct 24, 11:55 am)
Re: 2.6.24-rc1 fails with lockup and BUG:
, Peter Zijlstra
, (Wed Oct 24, 12:11 pm)
Re: 2.6.24-rc1 fails with lockup and BUG:
, Romano Giannetti
, (Fri Oct 26, 1:57 am)
Re: 2.6.24-rc1 fails with lockup - /sbin/ifconfig / inet_ioc...
, Ingo Molnar
, (Fri Oct 26, 2:37 am)
Re: 2.6.24-rc1 fails with lockup - /sbin/ifconfig / inet_ioc...
, Stephen Hemminger
, (Fri Oct 26, 12:48 pm)
Re: 2.6.24-rc1 fails with lockup - /sbin/ifconfig / inet_ioc...
, Ingo Molnar
, (Fri Oct 26, 1:56 pm)
[PATCH] r8169: don't call napi_disable if not doing NAPI
, Stephen Hemminger
, (Fri Oct 26, 2:33 pm)
Re: [PATCH] r8169: don't call napi_disable if not doing NAPI
, Romano Giannetti
, (Mon Oct 29, 4:56 am)
Re: [PATCH] r8169: don't call napi_disable if not doing NAPI
, Romano Giannetti
, (Sun Oct 28, 6:18 pm)
Re: [PATCH] r8169: don't call napi_disable if not doing NAPI
, Francois Romieu
, (Fri Oct 26, 4:17 pm)
[git pull] x86 arch updates
, Ingo Molnar
, (Wed Oct 24, 7:30 am)
Re: [git pull] x86 arch updates
, Jeff Garzik
, (Wed Oct 24, 7:48 am)
Re: [git pull] x86 arch updates
, Ingo Molnar
, (Wed Oct 24, 8:03 am)
[Git Patch] arch/um/drivers/ubd_kern.c: fix a building error
, WANG Cong
, (Wed Oct 24, 4:10 am)
Re: [Git Patch] arch/um/drivers/ubd_kern.c: fix a building e...
, Jens Axboe
, (Wed Oct 24, 7:03 am)
Re: Linux v2.6.24-rc1
, Christoph Hellwig
, (Wed Oct 24, 4:04 am)
Re: Linux v2.6.24-rc1
, Sam Ravnborg
, (Wed Oct 24, 7:07 am)
Re: Linux v2.6.24-rc1
, Ingo Molnar
, (Wed Oct 24, 8:12 am)
[RFC - GIT pull] first step to get rid of x86_64 and i386 dirs
, Sam Ravnborg
, (Wed Oct 24, 5:30 pm)
Re: [RFC - GIT pull] first step to get rid of x86_64 and i38...
, Ingo Molnar
, (Thu Oct 25, 6:18 am)
Re: [RFC - GIT pull] first step to get rid of x86_64 and i38...
, Sam Ravnborg
, (Thu Oct 25, 6:55 am)
Re: [RFC - GIT pull] first step to get rid of x86_64 and i38...
, Randy Dunlap
, (Wed Oct 24, 6:50 pm)
Re: [RFC - GIT pull] first step to get rid of x86_64 and i38...
, Yinghai Lu
, (Thu Oct 25, 2:14 am)
Re: [RFC - GIT pull] first step to get rid of x86_64 and i38...
, Sam Ravnborg
, (Thu Oct 25, 6:56 am)
Re: [RFC - GIT pull] first step to get rid of x86_64 and i38...
, Randy Dunlap
, (Thu Oct 25, 11:45 am)
Re: Linux v2.6.24-rc1
, Sam Ravnborg
, (Wed Oct 24, 8:21 am)
Re: Linux v2.6.24-rc1, x86 arch code quality, unifications
, Ingo Molnar
, (Wed Oct 24, 6:17 am)
Re: Linux v2.6.24-rc1
, Ingo Molnar
, (Wed Oct 24, 4:04 am)
kvm_main.c:220: error: implicit declaration of function 'smp...
, Paolo Ornati
, (Wed Oct 24, 3:44 am)
Re: kvm_main.c:220: error: implicit declaration of function ...
, Jeff Garzik
, (Wed Oct 24, 3:56 am)
Re: Linux v2.6.24-rc1
, Dave Young
, (Wed Oct 24, 1:22 am)
Re: Linux v2.6.24-rc1
, Ingo Molnar
, (Wed Oct 24, 3:23 am)
Re: Linux v2.6.24-rc1
, Jens Axboe
, (Wed Oct 24, 4:12 am)
Re: Linux v2.6.24-rc1
, Dave Young
, (Wed Oct 24, 3:33 am)
Re: Linux v2.6.24-rc1
, Ohad Ben-Cohen
, (Wed Oct 24, 3:32 am)
Re: Linux v2.6.24-rc1
, Willy Tarreau
, (Wed Oct 24, 12:49 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rafael J. Wysocki
[Bug #11209] 2.6.27-rc1 process time accounting
Vitaly V. Bursov
Re: Slow file transfer speeds with CFQ IO scheduler in some cases
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Ian Kent
[PATCH 1/4] autofs4 - check for invalid dentry in getpath
git
:
linux-netdev
:
David Miller
Re: [GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
Linus Torvalds
Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
8 users
and
982 guests
online.
Online users
zeekec
puntmuts
lilianit
cruiseschedules
fuerteventurarr
sreejithc
peterbeckerre
darlinebana
Syndicate