From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752248AbdGDJFX (ORCPT ); Tue, 4 Jul 2017 05:05:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:43174 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbdGDJFW (ORCPT ); Tue, 4 Jul 2017 05:05:22 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3CEA422B57 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=sre@kernel.org Date: Tue, 4 Jul 2017 11:05:19 +0200 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] hsi changes for hsi-4.13 Message-ID: <20170704090519.gprjmko73q2e4mct@earth> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hzeyyyoeq5yg44fn" Content-Disposition: inline User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --hzeyyyoeq5yg44fn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Linus, The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git tags/hsi-for-4.13 for you to fetch changes up to 67ddd75771b6b860bc0cebb3b7fd4cbebeda9cd4: HSI: core: Use kcalloc() in two functions (2017-06-08 13:21:43 +0200) ---------------------------------------------------------------- HSI changes for the v4.13 series * misc. cleanups ---------------------------------------------------------------- Markus Elfring (8): HSI: nokia-modem: Use devm_kcalloc() in nokia_modem_gpio_probe() HSI: nokia-modem: Delete error messages for a failed memory allocation in two functions HSI: nokia-modem: Add a space character for better code readability in nokia_modem_probe() HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller() HSI: omap_ssi: Fix a typo in a comment line HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_add_controller() HSI: Use kcalloc() in hsi_register_board_info() HSI: core: Use kcalloc() in two functions drivers/hsi/clients/nokia-modem.c | 15 ++++++--------- drivers/hsi/controllers/omap_ssi_core.c | 10 ++++------ drivers/hsi/hsi_boardinfo.c | 2 +- drivers/hsi/hsi_core.c | 7 +++---- 4 files changed, 14 insertions(+), 20 deletions(-) --hzeyyyoeq5yg44fn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAllbWk8ACgkQ2O7X88g7 +pqVQQ/+Kz1xrp4EIiXVKy2DGUJp4FwDbdfJ0xtiAF0gMyWCJwqyqybTYYWONgwz NEqrutPhie/dCBairDKl+5WFZo0fcPE11UgzvQPxzym89Nn2vgAs0QcCAZqDx4ln gh6nMcBdOh8dy/ShwBoxUViVqQIYYZyqMKLF0LJhcfZbpOrBZY3VU4Y/SXE/5hzR Pp7MXdBQ1aue8hiCMv/rBsTl4TJ7mKMIFIcVIN0Dr6G1s4+U5k8gmICzd3J5tMfn EHjq3HGNKP7dcMU0thd24VnBlpn/Ah8pGfywQReNf2Uo9fqhVb+ilc4HPQQ/zpW9 +cy6WsCl/ykAxMjfgRydiIhupuDYY5YJ70ciel4XbucYqUxMJBhG4oXSrKig3ENc vKYswaCseTFg93XskAyEL4lYS6qpE1d36ejAz4II4Py6Ef6n/kXGpO6CrC+p1V0d CGN+2D7oYDQQaQQmtX9a5JnucH/b1N54RyvTq+zY0AHoVD/jfQeolWNe6X4HrCFo Qg1i4Ou37f5/Wqq1Yqtr85zIIFfAFWELwxT+BqqSpKszO92+D+lz6TCcNVwgbbxw g/33A97WJiTSbWIaKKVIo1+zLviASIgU2ZMOrAuKLION851T3BpcMxi+ErbIQeQf deOFzNPPwmCxFxxuJOWZatnGJ8RRxsw1FydoTRh2Tln2DHaWysA= =ebhc -----END PGP SIGNATURE----- --hzeyyyoeq5yg44fn--