Re: [GIT PATCH] More PCI patches for 2.6.13

From: Linus Torvalds
Date: Sat Sep 10 2005 - 13:57:56 EST




On Sat, 10 Sep 2005, John W. Linville wrote:
>
> But, aren't these arguments for changing the functions to return void?
> If there is never any point in checking the results, then why have
> results at all?

Trying to set other power states than D0 might return interesting values.
Also, you _can_ use the value to determine whether the device supports PM
states at all.

There are tons of functions that return values. That doesn't mean that you
always have to check them.

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/