From: Kalle Valo Date: Tue, 13 Mar 2012 12:36:27 +0000 (+0200) Subject: ath6kl: fix debug.c file mode X-Git-Tag: v3.4-rc1~177^2~48^2~55^2 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=9df2a0b7096873e91d1b6b0e842e9f6bdc7ee9fd ath6kl: fix debug.c file mode Commit 7504a3e1 ("ath6kl: add padding to firmware log records") accidentally changed debug.c mode from 100644 to 100755. Revert that back to original. Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath6kl/debug.c b/drivers/net/wireless/ath/ath6kl/debug.c old mode 100755 new mode 100644