From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 12 May 2012 03:40:41 +0800 References: <1336549845-13765-1-git-send-email-ordex@autistici.org> In-Reply-To: <1336549845-13765-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205120340.41368.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: use DBG_ALL in log_level sysfs definition Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday, May 09, 2012 15:50:45 Antonio Quartulli wrote: > Each time a new log level is added the developer must change either the > DBG_ALL enum definition and the hard coded value in the bat_sysfs.c for > the log_level attribute max value. This is extremely error prone. > With this patch the code directly uses DBG_ALL in the sysfs definition Applied in revision 3806f0f. Thanks, Marek