]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] cio: remove ccw_device init_name
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Fri, 11 Sep 2009 08:28:27 +0000 (10:28 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 11 Sep 2009 08:29:41 +0000 (10:29 +0200)
commitd1c95448ebb4d04e68a57e015e077513eff4a417
tree29fd488b61bcc9ece510f10d4c1bb4966e664b1a
parent3bcf9501aa8f91fc30cc8d5a4d45716f796428fe
[S390] cio: remove ccw_device init_name

We used the init_name to set the console ccw_device's name early
at the boot stage. This patch moves the name setting (for all ccw
devices) to the point where we actually register the device. At this
time we can do dynamic allocations and therefore use dev_set_name.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/cio.h
drivers/s390/cio/device.c