From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 8 Apr 2017 12:39:50 +0200 From: Greg KH Subject: Re: [PATCH 05/13] staging: most: use __ATTR_RW in create_channel_attribute Message-ID: <20170408103950.GA20955@kroah.com> References: <20170331132234.21722-1-christian.gromm@microchip.com> <20170331132234.21722-5-christian.gromm@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170331132234.21722-5-christian.gromm@microchip.com> List-ID: To: Christian Gromm Cc: driverdev-devel@linuxdriverproject.org, Andrey Shvetsov On Fri, Mar 31, 2017 at 03:22:26PM +0200, Christian Gromm wrote: > From: Andrey Shvetsov > > This patch replaces the use of a macro MOST_CHNL_ATTR in the macro > create_channel_attribute with a macro __ATTR_RW. > > Additionally, this patch removes not anymore used macro MOST_CHNL_ATTR. > > Signed-off-by: Andrey Shvetsov > Signed-off-by: Christian Gromm > --- > drivers/staging/most/mostcore/core.c | 30 +++++++++++++----------------- > 1 file changed, 13 insertions(+), 17 deletions(-) This patch seems to break the build, according to the 0-day bot. Can you fix up and resend this series? thanks, greg k-h