From patchwork Mon Dec 19 09:58:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 9479971 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 82E6360237 for ; Mon, 19 Dec 2016 10:00:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 731D0284B0 for ; Mon, 19 Dec 2016 10:00:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 664AC284B6; Mon, 19 Dec 2016 10:00:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DBD5D284B0 for ; Mon, 19 Dec 2016 10:00:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cIuiR-0003uR-5s; Mon, 19 Dec 2016 09:58:43 +0000 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cIuiM-0003oh-KZ for linux-arm-kernel@lists.infradead.org; Mon, 19 Dec 2016 09:58:39 +0000 Received: by mail-wm0-x22e.google.com with SMTP id f82so96039708wmf.1 for ; Mon, 19 Dec 2016 01:58:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=3wLIZrOsQdra6QSp8+cyB5S/EJbq8T44Gqz7Rccll50=; b=bBcoYx37zm8OI3WtLxCEe0lJ0zc8LBuM5CmyrCnVgRj/e3z+MGxrADlLYGLfNfN66c MMjjOoS5uEsMHuoH7wzke7udd1XENMj4gRS6aaDfQdNE3x4I0mGurVgqOUmWXwudsQQo 0JYqLiQcJ2xI+bUGwe8aCBtnaOLEiSuPY0ZwcDTDBEzFH5Y8lrNh17Nk3TCr9+WsPXbK KH0ycq2hbjPgY1vJaf09mrX1RSwlROF03hNi3L5cmCA4veim++4H9PH9cKZFY/V0zL+A yZ1n47ij25Qo4vOv9V0m+IT0DOwEn4BKlhR9XuJau4EggOTt04VAX8z0gwTxgdzlLKZs RB0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3wLIZrOsQdra6QSp8+cyB5S/EJbq8T44Gqz7Rccll50=; b=Wguj1XGkUGQRbuMJlT7cdQxJXy9jZ16cBF2diTyIy3E0gzw817IQqtbztnnD15LQ9s rLP+7AQ1NhR3U6qHTK6F0oNyDIw8L1v6jk7Vb1RhuiNUu6qxYZbNecBTUN8wZywRDr+W yisyzH6b3aD2DIKpV1AAhX1Co1+CmOQCvVs7qJDtVnnRmG3g5B2F6vYMH3jGXg/SFQMu 2+RJCLD3fkNmozG4MedsdXWbBHSKNvy4spbH3n3KsoOPggkcapahIwQnbX96g27ZtDmK waM7K6D8lMaR4pI9PmZDwGsOFstY93oT6B8bOQUPhaiwzl+AtdFNlrDCPNA4jllUaVqB nc7w== X-Gm-Message-State: AIkVDXI+mQIx8+St/rYvEvyPj3b1EHFBgIakt0ln8lcu1Os4VJaG6A0dyBgbLKsDGiwwZHTF X-Received: by 10.28.1.135 with SMTP id 129mr14261964wmb.108.1482141493813; Mon, 19 Dec 2016 01:58:13 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id gj6sm19871540wjb.29.2016.12.19.01.58.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 19 Dec 2016 01:58:13 -0800 (PST) From: Bartosz Golaszewski To: Sekhar Nori , Kevin Hilman Subject: [PATCH] bus: da850-mstpri: fix my e-mail address Date: Mon, 19 Dec 2016 10:58:11 +0100 Message-Id: <1482141491-26924-1-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161219_015838_879414_7CB49F1B X-CRM114-Status: GOOD ( 10.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bartosz Golaszewski , LKML , arm-soc MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP I noticed my e-mail address is wrong in this one. This patch fixes it. Signed-off-by: Bartosz Golaszewski --- drivers/bus/da8xx-mstpri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/da8xx-mstpri.c b/drivers/bus/da8xx-mstpri.c index 063397f..9af9bcc 100644 --- a/drivers/bus/da8xx-mstpri.c +++ b/drivers/bus/da8xx-mstpri.c @@ -4,7 +4,7 @@ * Copyright (C) 2016 BayLibre SAS * * Author: - * Bartosz Golaszewski + * Bartosz Golaszewski * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as