From 8a66a579083a20172a46e74d175a57621dccae0a Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Fri, 21 Dec 2012 01:44:00 -0800 Subject: [PATCH] leds: leds-pwm: Simplify cleanup code The code looks more nicer if we use: while (i--) instead: if (i > 0) for (i = i - 1; i >= 0; i--) Signed-off-by: Peter Ujfalusi Signed-off-by: Bryan Wu --- Reading git-format-patch failed