From: Jon Ringle Date: Fri, 25 Jul 2014 17:53:36 +0000 (-0400) Subject: serial: sc16is7xx: Correct initialization of s->clk X-Git-Tag: omap-for-v3.17/fixes-against-rc2~165^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc824ebed081ed6227772b3cc5f9c7a6683fb489;p=pandora-kernel.git serial: sc16is7xx: Correct initialization of s->clk The s->clk never gets setup in sc16is7xx_probe() and instead was using a local clk variable, but then testing the uninitialized s->clk during teardown Reported-by: Dan Carpenter Signed-off-by: Jon Ringle Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed