From: Ben Hutchings Date: Mon, 6 Nov 2017 02:50:25 +0000 (+0000) Subject: mct_u232: Fix use of uninitialized pointer in mct_u323_startup() X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df98fd0a5d24fd082889eb1448cf68199f77cd9;p=pandora-kernel.git mct_u232: Fix use of uninitialized pointer in mct_u323_startup() My backport of commit 4e9a0b05257f "USB: mct_u232: add sanity checking in probe" incorrectly added a dev_err() call using port->dev before 'port' was initialised. Use the 'serial' parameter to look up the device instead. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed