Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755527AbbHFW5Y (ORCPT ); Thu, 6 Aug 2015 18:57:24 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:35935 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752390AbbHFW5X (ORCPT ); Thu, 6 Aug 2015 18:57:23 -0400 From: Salah Triki To: salah.triki@gmail.com Cc: Salah Triki , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] zram: Replace pr_* with dev_* Date: Thu, 6 Aug 2015 23:57:09 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 736 Lines: 20 This patchset replaces pr_* with dev_*. dev_* attach kernel messages to the right device. In addition, patchs 1 and 2 add to messages the values of variables that trigger errors. Salah Triki (3): zram: Replace pr_info with dev_info in max_comp_streams_store zram: Replace pr_info with dev_info in comp_algorithm_store zram: Replace pr_* with dev_* drivers/block/zram/zram_drv.c | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) -- 1.9.1 -- 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/