Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362161
b: refs/heads/master
c: 3bff603
h: refs/heads/master
i:
  362159: 7c651f1
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Mar 21, 2013
1 parent 5d46e56 commit 0f46eec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c43a519610a5e11af5be707ad88391ce86129ba
refs/heads/master: 3bff6038f1938d2541943dfde604a9b92f347650
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/scm_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ static void scm_blk_handle_error(struct scm_request *scmrq)
case EQC_WR_PROHIBIT:
spin_lock_irqsave(&bdev->lock, flags);
if (bdev->state != SCM_WR_PROHIBIT)
pr_info("%lu: Write access to the SCM increment is suspended\n",
pr_info("%lx: Write access to the SCM increment is suspended\n",
(unsigned long) bdev->scmdev->address);
bdev->state = SCM_WR_PROHIBIT;
spin_unlock_irqrestore(&bdev->lock, flags);
Expand Down Expand Up @@ -445,7 +445,7 @@ void scm_blk_set_available(struct scm_blk_dev *bdev)

spin_lock_irqsave(&bdev->lock, flags);
if (bdev->state == SCM_WR_PROHIBIT)
pr_info("%lu: Write access to the SCM increment is restored\n",
pr_info("%lx: Write access to the SCM increment is restored\n",
(unsigned long) bdev->scmdev->address);
bdev->state = SCM_OPER;
spin_unlock_irqrestore(&bdev->lock, flags);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/scm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0f46eec

Please sign in to comment.