From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754188Ab1ATUCU (ORCPT ); Thu, 20 Jan 2011 15:02:20 -0500 Received: from kroah.org ([198.145.64.141]:47303 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752245Ab1ATUCS (ORCPT ); Thu, 20 Jan 2011 15:02:18 -0500 Date: Thu, 20 Jan 2011 11:52:54 -0800 From: Greg KH To: "Ramirez Luna, Omar" Cc: Greg Kroah-Hartman , devel , linux-kernel , Fernando Guzman Lugo , Felipe Contreras Subject: Re: [PATCH 2/2] staging: tidspbridge: replace mbox callback with notifier_call Message-ID: <20110120195254.GA1730@kroah.com> References: <1294983293-10177-1-git-send-email-omar.ramirez@ti.com> <1294983293-10177-3-git-send-email-omar.ramirez@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 14, 2011 at 04:53:25PM -0600, Ramirez Luna, Omar wrote: > On Thu, Jan 13, 2011 at 11:34 PM, Omar Ramirez Luna wrote: > > Lately, mailbox callbacks have been replaced by notifier block > > call chains, this needs to be changed in the users of mailbox, > > otherwise compilation will break due to missing parameters. > > Please hold on applying this patch, it is not right as io_mbx_msg > differs on what a notifier_call parameters and type should be. Ok, I'll just queue up the 1st patch in this series. greg k-h