From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753058AbdKTVx7 (ORCPT ); Mon, 20 Nov 2017 16:53:59 -0500 Received: from mail-lf0-f44.google.com ([209.85.215.44]:40268 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751109AbdKTVx6 (ORCPT ); Mon, 20 Nov 2017 16:53:58 -0500 X-Google-Smtp-Source: AGs4zMan5yoeg4LtnxYKpQISRf0a5gVzvuW7GEDcwq+xViSbUJQxR4SGq6auYMI5Q38TPMZGEUZCNw== Date: Tue, 21 Nov 2017 00:02:23 +0100 From: Marcin Ciupak To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: [PATCH 0/2] staging: pi433: fix logging and naming issues Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20171013 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches fix messages logging and device naming issues when probing for new radio module. Those two changes are send as one patchset since both modify the same part of code (second patch depends on first one) Marcin Ciupak (2): staging: pi433: fix (NULL device *) in log message staging: pi433: fix naming when more than one radio is used drivers/staging/pi433/pi433_if.c | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) -- 2.15.0