Advertisement
Guest User

Untitled

a guest
Mar 29th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. usu@usu-XJ64:~/Patches/rtl8723bs/patches_4.5$ patch -p1 < 0001*
  2. can't find file to patch at input line 20
  3. Perhaps you used the wrong -p or --strip option?
  4. The text leading up to this was:
  5. --------------------------
  6. |From 9a5a15f25013d71c0753bf0f57a2baa9ce689d58 Mon Sep 17 00:00:00 2001
  7. |From: Adrian Hunter <adrian.hunter@intel.com>
  8. |Date: Tue, 24 Mar 2015 15:40:37 +0200
  9. |Subject: [PATCH 1/4] PM / QoS: Add pm_qos_cancel_request_lazy() that doesn't
  10. | sleep
  11. |
  12. |Add pm_qos_cancel_request_lazy() which is convenient for
  13. |contexts that may not sleep.
  14. |
  15. |Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
  16. |---
  17. | include/linux/pm_qos.h | 2 ++
  18. | kernel/power/qos.c | 20 ++++++++++++++++++++
  19. | 2 files changed, 22 insertions(+)
  20. |
  21. |diff --git a/include/linux/pm_qos.h b/include/linux/pm_qos.h
  22. |index 0f65d36..ff59753 100644
  23. |--- a/include/linux/pm_qos.h
  24. |+++ b/include/linux/pm_qos.h
  25. --------------------------
  26. File to patch:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement