From 8604f3552b1c995186acc8306acf25ee73fd9d5e Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 30 Jul 2014 11:09:15 -0300 Subject: [PATCH] [media] xc5000: optimize firmware retry logic Currently, firmware retry logic keeps reading from FS every time during the retry logic. This is not needed. Instead, only release the firmware read after success. While here, make the non-debug messages less verbose, as it only matters to the user if the firmware was successfully loaded, or if some error happened. Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed