Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754421AbaGUJmz (ORCPT ); Mon, 21 Jul 2014 05:42:55 -0400 Received: from sauhun.de ([89.238.76.85]:45250 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754290AbaGUJmy (ORCPT ); Mon, 21 Jul 2014 05:42:54 -0400 From: Wolfram Sang To: linux-arm-kernel@lists.infradead.org Cc: Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH 0/2] use correct type for dma_map/unmap Date: Mon, 21 Jul 2014 11:42:02 +0200 Message-Id: <1405935725-10457-1-git-send-email-wsa@the-dreams.de> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I recently stumbled over the fact that the Atmel I2C driver used a wrong enum for mapping dma, so I wrote a hackish coccinelle script to check the rest of the kernel. Luckily, only those two were found. Wolfram Sang (2): drivers/i2c/busses: use correct type for dma_map/unmap drivers/tty/serial: use correct type for dma_map/unmap drivers/i2c/busses/i2c-at91.c | 4 ++-- drivers/tty/serial/atmel_serial.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/