|
@@ -1125,7 +1125,7 @@ int em28xx_suspend_extension(struct em28xx *dev)
|
|
{
|
|
{
|
|
const struct em28xx_ops *ops = NULL;
|
|
const struct em28xx_ops *ops = NULL;
|
|
|
|
|
|
- em28xx_info("Suspending extensions");
|
|
|
|
|
|
+ em28xx_info("Suspending extensions\n");
|
|
mutex_lock(&em28xx_devlist_mutex);
|
|
mutex_lock(&em28xx_devlist_mutex);
|
|
list_for_each_entry(ops, &em28xx_extension_devlist, next) {
|
|
list_for_each_entry(ops, &em28xx_extension_devlist, next) {
|
|
if (ops->suspend)
|
|
if (ops->suspend)
|
|
@@ -1139,7 +1139,7 @@ int em28xx_resume_extension(struct em28xx *dev)
|
|
{
|
|
{
|
|
const struct em28xx_ops *ops = NULL;
|
|
const struct em28xx_ops *ops = NULL;
|
|
|
|
|
|
- em28xx_info("Resuming extensions");
|
|
|
|
|
|
+ em28xx_info("Resuming extensions\n");
|
|
mutex_lock(&em28xx_devlist_mutex);
|
|
mutex_lock(&em28xx_devlist_mutex);
|
|
list_for_each_entry(ops, &em28xx_extension_devlist, next) {
|
|
list_for_each_entry(ops, &em28xx_extension_devlist, next) {
|
|
if (ops->resume)
|
|
if (ops->resume)
|