From 6439fbce1075dedfe23165c136f19f44c00ca132 Mon Sep 17 00:00:00 2001 From: Chen Gang Date: Wed, 21 Aug 2013 17:09:33 +0800 Subject: [PATCH] can: c_can: fix error checking of priv->instance in probe() This patch adds a type cast from 'unsigned int' to 'int'. 'priv->instance' may less than zero, so need a type cast, the related warnings (allmodconfig, "EXTRA_CFLAGS=-W"): drivers/net/can/c_can/c_can_platform.c:198:3: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] Signed-off-by: Chen Gang Signed-off-by: Marc Kleine-Budde --- Reading git-format-patch failed