aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/css.c')
-rw-r--r--drivers/s390/cio/css.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c
index 7d887f88bb73..2520a44fb93d 100644
--- a/drivers/s390/cio/css.c
+++ b/drivers/s390/cio/css.c
@@ -77,7 +77,7 @@ css_alloc_subchannel(struct subchannel_id schid)
77 * This is fine even on 64bit since the subchannel is always located 77 * This is fine even on 64bit since the subchannel is always located
78 * under 2G. 78 * under 2G.
79 */ 79 */
80 sch->schib.pmcw.intparm = (__u32)(unsigned long)sch; 80 sch->schib.pmcw.intparm = (u32)(addr_t)sch;
81 ret = cio_modify(sch); 81 ret = cio_modify(sch);
82 if (ret) { 82 if (ret) {
83 kfree(sch->lock); 83 kfree(sch->lock);