Dec 31

[PATCH] Warn about attempts to register/unregister devices during …

Category: Drivers

Al Boldi:

usb-2.6.orig/drivers/base/core.c +++ usb-2.6/drivers/base/core.c @@ -789,8 +789,11 @@ int device_add(struct device *dev) int error; - if (error) + if (error) { + dev_warn(dev, “Illegal %s during suspend\n”, __FUNCTION__);

Read more

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists

No Comments

Leave a comment

You must be logged in to post a comment.