diff mbox

[1/2] leds: delete copy/paste mistake

Message ID 1414148226-12975-1-git-send-email-linus.walleij@linaro.org
State Accepted
Commit 37fa70f026474db98fc395a45eda2bbceb210c74
Headers show

Commit Message

Linus Walleij Oct. 24, 2014, 10:57 a.m. UTC
A chunk of text followed the copied license text, ehm, sorry
that kind of things happen from time to time.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/leds/leds-syscon.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Bryan Wu Oct. 24, 2014, 5:54 p.m. UTC | #1
On Fri, Oct 24, 2014 at 3:57 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> A chunk of text followed the copied license text, ehm, sorry
> that kind of things happen from time to time.
>

Sure, let me merge this.

Thanks,
-Bryan

> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  drivers/leds/leds-syscon.c | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/drivers/leds/leds-syscon.c b/drivers/leds/leds-syscon.c
> index 3afec79c43f4..e0ccfc872c2f 100644
> --- a/drivers/leds/leds-syscon.c
> +++ b/drivers/leds/leds-syscon.c
> @@ -18,10 +18,6 @@
>   * along with this program; if not, write to the Free Software
>   * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
>   * MA 02111-1307 USA
> - *
> - * This driver provides system reboot functionality for APM X-Gene SoC.
> - * For system shutdown, this is board specify. If a board designer
> - * implements GPIO shutdown, use the gpio-poweroff.c driver.
>   */
>  #include <linux/io.h>
>  #include <linux/of_device.h>
> --
> 1.9.3
>
--
To unsubscribe from this list: send the line "unsubscribe linux-leds" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/leds/leds-syscon.c b/drivers/leds/leds-syscon.c
index 3afec79c43f4..e0ccfc872c2f 100644
--- a/drivers/leds/leds-syscon.c
+++ b/drivers/leds/leds-syscon.c
@@ -18,10 +18,6 @@ 
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
- *
- * This driver provides system reboot functionality for APM X-Gene SoC.
- * For system shutdown, this is board specify. If a board designer
- * implements GPIO shutdown, use the gpio-poweroff.c driver.
  */
 #include <linux/io.h>
 #include <linux/of_device.h>