From: Sudip Mukherjee Date: Tue, 24 Mar 2015 15:17:27 +0000 (+0530) Subject: staging: unisys: use local variable X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1191146c9a6ebc0e15ef50788bd392339510c0d;p=pandora-kernel.git staging: unisys: use local variable we are getting dev_t as an argument in the function, so use the local variable instead of the global variable "majordev". this global variable will be removed in one of the next patch of the series. Signed-off-by: Sudip Mukherjee Reviewed-by: Dan Carpenter Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed