Commit cce36444 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Benjamin Herrenschmidt
Browse files

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: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent ecb73902
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment