[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201304252309.03613.arnd@arndb.de>
Date: Thu, 25 Apr 2013 23:09:03 +0200
From: Arnd Bergmann <arnd@...db.de>
To: "edubezval@...il.com" <edubezval@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Zhang Rui <rui.zhang@...el.com>,
Amit Daniel kachhap <amit.daniel@...sung.com>,
"Valentin, Eduardo" <eduardo.valentin@...com>
Subject: Re: [PATCH 15/21] thermal: cooling: avoid uninitialied used gcc warning
On Thursday 25 April 2013, edubezval@...il.com wrote:
> Rui has merged a patch that removes this bogus compiler warning:
> http://git.kernel.org/cgit/linux/kernel/git/rzhang/linux.git/commit/?h=next&id=4469b99743d296e24aefc5f8ed7df1bc9cfbbac8
>
> Though, as not as elegant as your patch, it does the trick. :-)
Ok, works for me.
Looking at the patch however tells me that it has the potential to hide real
bugs if the code is ever changed to actually do an uninitialized access.
It's not very likely in this case, but I generally recommend not to add
any variables at declaration time unless the initialization is to a
meaningful value that the code later uses.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists