diff options
Diffstat (limited to 'drivers/s390/cio/css.c')
-rw-r--r-- | drivers/s390/cio/css.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c index 3b2245f58bde..054fb428531f 100644 --- a/drivers/s390/cio/css.c +++ b/drivers/s390/cio/css.c | |||
@@ -304,10 +304,10 @@ int css_register_subchannel(struct subchannel *sch) | |||
304 | return ret; | 304 | return ret; |
305 | } | 305 | } |
306 | 306 | ||
307 | int css_probe_device(struct subchannel_id schid) | 307 | static int css_probe_device(struct subchannel_id schid) |
308 | { | 308 | { |
309 | int ret; | ||
310 | struct subchannel *sch; | 309 | struct subchannel *sch; |
310 | int ret; | ||
311 | 311 | ||
312 | sch = css_alloc_subchannel(schid); | 312 | sch = css_alloc_subchannel(schid); |
313 | if (IS_ERR(sch)) | 313 | if (IS_ERR(sch)) |