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: 88446 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1072242qgi; Mon, 19 Dec 2016 01:58:22 -0800 (PST) X-Received: by 10.99.234.21 with SMTP id c21mr27811384pgi.166.1482141502796; Mon, 19 Dec 2016 01:58:22 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y127si17816635pgb.79.2016.12.19.01.58.22; Mon, 19 Dec 2016 01:58:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@baylibre-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932996AbcLSJ6R (ORCPT + 25 others); Mon, 19 Dec 2016 04:58:17 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:38867 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932178AbcLSJ6P (ORCPT ); Mon, 19 Dec 2016 04:58:15 -0500 Received: by mail-wm0-f53.google.com with SMTP id f82so96039707wmf.1 for ; Mon, 19 Dec 2016 01:58:14 -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=hDxyOU4ts1CjAvJwr6NHdKnTy9fLEiN/9LhdXm/yYVZ2ICdS+6JMYp4UZPnulg5a/2 is6N81o9uAoNoj0HuZ5avFdB0EreUbLgUN/+RIHZvhdWIpihNH1O8UEOK4yvzBDtAmmd obN/SOg8cwy9JEAEWf3MrpCazaoxvRKvMQpqb693p2YMxwXcB2gHDmCevYgHuswNO5NY tgLxY403kXlZ5DoliK1uG6thyewOlbQNcDPSMbg4TC0/unsTTPbp9C98EDk+4ikp/WWN f8QkKmHdZLC3Pgt92OQ/zsjY4gdRIjiZKZnoxzgj3oinLMLtKn30s3PeqBQ1eoXEIqiJ J1Mw== X-Gm-Message-State: AIkVDXJpFQa9/AwQHLSvZSpAwkS0UV3bm9kmfNCZwYKj4rrBV99Pl4334zr7+j85r0ty+hIM 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 Cc: arm-soc , LKML , Bartosz Golaszewski 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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 2.9.3 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