Re: [patch] [media] em28xx-cards: don't print a misleading message

2014-02-24 Thread Frank Schäfer
Am 17.02.2014 21:04, schrieb Dan Carpenter: There were some missing curly braces so it always says that the transfer mode changed even if it didn't. It's not a transfer mode change, it's the initial selection (which never changes). The intention of this section is to print which interface

Re: [patch] [media] em28xx-cards: don't print a misleading message

2014-02-24 Thread Dan Carpenter
Thank you so much for the review. I should have noticed that myself... I will send a patch to correct the indenting instead. regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info

[patch] [media] em28xx-cards: don't print a misleading message

2014-02-17 Thread Dan Carpenter
There were some missing curly braces so it always says that the transfer mode changed even if it didn't. Also the indenting uses spaces instead of tabs. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com diff --git a/drivers/media/usb/em28xx/em28xx-cards.c