From a0f93b4268d903430d7e21110f10be0919daf3b2 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Thu, 4 Sep 2014 17:31:27 +0530 Subject: [PATCH] power-supply: Use 'break' instead of 'continue' to end loop In few routines, we need to end the do-while loop when no more "power-supplies" are available. Currently we are doing 'continue' which will make the 'while(np)' conditional statement run again. Skip this by doing a 'break' instead. Signed-off-by: Viresh Kumar Signed-off-by: Sebastian Reichel --- Reading git-format-patch failed