From: Robert P. J. Day Date: Thu, 21 Apr 2011 10:00:18 +0000 (+0000) Subject: powerpc/pseries/bsr: Remove redundant initialization of bsr dev_t declaration. X-Git-Tag: v3.0-rc1~385^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce36444173b943f7b27e726ab38b3340cdebc41;p=pandora-kernel.git powerpc/pseries/bsr: Remove redundant initialization of bsr dev_t declaration. Remove the unnecessary initialization of "dev_t bsr_dev" since it's subsequently used in an "alloc_chrdev_region()" call which uses that variable in an output-only fashion. Signed-off-by: Robert P. J. Day Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed