Advertisement
vireshk

Untitled

Aug 3rd, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. diff --git a/core.c b/core.c
  2. index 1049e9c0edb0..1c3b0edd714a 100644
  3. --- a/core.c
  4. +++ b/core.c
  5. @@ -9,6 +9,8 @@
  6.  
  7. #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
  8.  
  9. +#include <linux/delay.h>
  10. +
  11. #define CREATE_TRACE_POINTS
  12. #include "greybus.h"
  13. #include "greybus_trace.h"
  14. @@ -181,6 +183,8 @@ static int greybus_probe(struct device *dev)
  15. return retval;
  16. }
  17.  
  18. + msleep(20000);
  19. +
  20. retval = gb_control_bundle_activate(bundle->intf->control, bundle->id);
  21. if (retval) {
  22. pm_runtime_put(&bundle->intf->dev);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement