On Fri, Oct 26, 2012 at 12:35 PM, Corey Minyard wrote:
>
> I'll do a patch to switch it to uninitialized_var() for the next set of
> things I send. Thanks.
Actually, I'm seriously considering getting rid of uninitialized_var().
The thing is an abomination, and we've already had one bug due to i
On 10/22/2012 06:49 PM, Andrew Morton wrote:
On Tue, 16 Oct 2012 15:53:39 -0500
miny...@acm.org wrote:
From: Corey Minyard
There was a spot where the compiler couldn't tell some variables
would be set. So initialize them to make the warning go away.
Signed-off-by: Corey Minyard
---
drive
On Tue, 16 Oct 2012 15:53:39 -0500
miny...@acm.org wrote:
> From: Corey Minyard
>
> There was a spot where the compiler couldn't tell some variables
> would be set. So initialize them to make the warning go away.
>
> Signed-off-by: Corey Minyard
> ---
> drivers/char/ipmi/ipmi_msghandler.c |
From: Corey Minyard
There was a spot where the compiler couldn't tell some variables
would be set. So initialize them to make the warning go away.
Signed-off-by: Corey Minyard
---
drivers/char/ipmi/ipmi_msghandler.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dri
4 matches
Mail list logo