diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2020-07-23 02:18:14 +0300 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2020-07-23 02:31:20 +0300 |
| commit | 951595d6e75043df742ea96a39cea2ab2f618343 (patch) | |
| tree | 8413ebdf6b6ce59ae3cf7bbfb5d423989c4d3d1c | |
| parent | 70a2a874d6da2482f00ed1a9084d5c9f0feb4cbc (diff) | |
Revert "usb_bam: Fix usb bam_type assignment during suspend"
This reverts commit 7bd288d0bf00531c520aa26ad0582ed52c266969.
| -rw-r--r-- | drivers/platform/msm/usb_bam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/msm/usb_bam.c b/drivers/platform/msm/usb_bam.c index cdfe17d2206e..a9bcabfdb009 100644 --- a/drivers/platform/msm/usb_bam.c +++ b/drivers/platform/msm/usb_bam.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2017, 2019, The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -1400,7 +1400,7 @@ void usb_bam_finish_suspend_(struct work_struct *w) info_ptr = container_of(w, struct usb_bam_ipa_handshake_info, finish_suspend_work); - cur_bam = info_ptr->bam_type; + cur_bam = info_ptr->cur_bam_mode; log_event_dbg("%s: Finishing suspend sequence(BAM=%s)\n", __func__, bam_enable_strings[cur_bam]); |
