On Tue, 2007-03-27 at 22:45 -0600, Eric W. Biederman wrote:I don't think it's that confusing. I agree it was a bit weird that previously it was explicitly checking for < 0, so I fixed that. There aren't any useful return values as it's currently written, but there code be. And I'd like to keep that possibility. My next patch allows the arch routine to propagate its return value out to the caller, which is useful. And I don't think making it return 0/1 makes it any clearer. As it is now it's just: If MSI is supported we return 0. If MSI is not supported we return some error code which is !=3D 0. The caller just does: if (pci_msi_supported(blah ..)) error; Which is exactly the same whether it's 0/1 or 0/<error code>. And we have the option of returning a useful return value. cheers --=20 Michael Ellerman OzLabs, IBM Australia Development Lab wwweb: http://michael.ellerman.id.au phone: +61 2 6212 1183 (tie line 70 21183) We do not inherit the earth from our ancestors, we borrow it from our children. - S.M.A.R.T Person
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Mailing List | ixgbe: fix several counter register errata |
| Linux Kernel Mai |
