From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751200AbbHAHHP (ORCPT ); Sat, 1 Aug 2015 03:07:15 -0400 Received: from www.linutronix.de ([62.245.132.108]:55944 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066AbbHAHHO (ORCPT ); Sat, 1 Aug 2015 03:07:14 -0400 Message-Id: <20150801062810.250199839@linutronix.de> User-Agent: quilt/0.63-1 Date: Sat, 01 Aug 2015 07:06:57 -0000 From: Thomas Gleixner To: LKML Subject: [patch 0/2] dma: ipu: Preparation for API change and consolidation X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch prepares the interrupt handlers for removal of the irq argument. While doing that I noticed that the handler functions are identical. Consolidate them. Thanks, tglx