Re: [patch] caif: remove duplicate initialization
From: David Miller <davem@davemloft.net>
Date: 2012-02-07 18:40:07
Also in:
kernel-janitors
From: David Miller <davem@davemloft.net>
Date: 2012-02-07 18:40:07
Also in:
kernel-janitors
From: Dan Carpenter <redacted> Date: Tue, 7 Feb 2012 10:20:15 +0300
"priv" is initialized twice. I kept the second one, because it is next to the check for NULL. Signed-off-by: Dan Carpenter <redacted>
Applied, thanks Dan.