Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754943AbbFTVud (ORCPT ); Sat, 20 Jun 2015 17:50:33 -0400 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:33927 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754302AbbFTVuZ (ORCPT ); Sat, 20 Jun 2015 17:50:25 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sat, 20 Jun 2015 23:50:22 +0200 X-ME-IP: 109.222.196.159 From: Robert Jarzmik To: Guennadi Liakhovetski Cc: Mauro Carvalho Chehab , Jiri Kosina , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Mack , Robert Jarzmik Subject: Re: [PATCH 3/4] media: pxa_camera: trivial move of dma irq functions References: <1426980085-12281-1-git-send-email-robert.jarzmik@free.fr> <1426980085-12281-4-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 20 Jun 2015 23:48:15 +0200 In-Reply-To: (Guennadi Liakhovetski's message of "Sat, 20 Jun 2015 15:29:00 +0200 (CEST)") Message-ID: <87y4je831c.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 668 Lines: 21 Guennadi Liakhovetski writes: >> +static void pxa_camera_dma_irq(struct pxa_camera_dev *pcdev, >> + enum pxa_camera_active_dma act_dma); >> + >> +static void pxa_camera_dma_irq_y(void *data) > > Wait, how is this patch trivial? You change pxa_camera_dma_irq_?() > prototypes, which are used as PXA DMA callbacks. Does this mean, that > either before or after this patch compilation is broken? Jeez you're right. So I can either fold that with patch 4, or try to rework it somehow ... Cheers. -- Robert -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/