diff options
Diffstat (limited to 'drivers/s390/block/scm_drv.c')
| -rw-r--r-- | drivers/s390/block/scm_drv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/block/scm_drv.c b/drivers/s390/block/scm_drv.c index 5f6180d6ff0..c98cf52d78d 100644 --- a/drivers/s390/block/scm_drv.c +++ b/drivers/s390/block/scm_drv.c @@ -19,7 +19,7 @@ static void scm_notify(struct scm_device *scmdev, enum scm_event event)  	switch (event) {  	case SCM_CHANGE: -		pr_info("%lu: The capabilities of the SCM increment changed\n", +		pr_info("%lx: The capabilities of the SCM increment changed\n",  			(unsigned long) scmdev->address);  		SCM_LOG(2, "State changed");  		SCM_LOG_STATE(2, scmdev);  |