udisks: services: change default.target to multi-user.target
[AGL/meta-agl-demo.git] / recipes-kernel / most / files / 0003-core-remove-kernel-log-for-MBO-status.patch
1 From b269994be937cbb31c0d73ecc899ca8a545a6a4a Mon Sep 17 00:00:00 2001
2 From: Christian Gromm <christian.gromm@microchip.com>
3 Date: Mon, 4 Sep 2017 11:09:17 +0200
4 Subject: [PATCH 3/5] core: remove kernel log for MBO status
5
6 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
7 ---
8  driver/mostcore/core.c | 2 --
9  1 file changed, 2 deletions(-)
10
11 diff --git a/mostcore/core.c b/mostcore/core.c
12 index 931efb9..595becc 100644
13 --- a/mostcore/core.c
14 +++ b/mostcore/core.c
15 @@ -1348,8 +1348,6 @@ static void most_write_completion(struct mbo *mbo)
16         BUG_ON((!mbo) || (!mbo->context));
17  
18         c = mbo->context;
19 -       if (mbo->status == MBO_E_INVAL)
20 -               pr_info("WARN: Tx MBO status: invalid\n");
21         if (unlikely(c->is_poisoned || (mbo->status == MBO_E_CLOSE)))
22                 trash_mbo(mbo);
23         else
24 -- 
25 2.7.4
26