Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760609AbYFYOns (ORCPT ); Wed, 25 Jun 2008 10:43:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758566AbYFYOhK (ORCPT ); Wed, 25 Jun 2008 10:37:10 -0400 Received: from mtagate8.de.ibm.com ([195.212.29.157]:29572 "EHLO mtagate8.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757445AbYFYOhG (ORCPT ); Wed, 25 Jun 2008 10:37:06 -0400 Message-Id: <20080625143614.189032014@de.ibm.com> References: <20080625143459.100139455@de.ibm.com> User-Agent: quilt/0.46-1 Date: Wed, 25 Jun 2008 16:35:10 +0200 From: Martin Schwidefsky To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Cc: Jan Glauber Subject: [patch 11/21] Cleanup cpacf printk messages. Content-Disposition: inline; filename=810-printk-cpacf.diff Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 959 Lines: 37 From: Jan Glauber Signed-off-by: Jan Glauber --- arch/s390/crypto/prng.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Index: quilt-2.6/arch/s390/crypto/prng.c =================================================================== --- quilt-2.6.orig/arch/s390/crypto/prng.c +++ quilt-2.6/arch/s390/crypto/prng.c @@ -185,11 +185,8 @@ static int __init prng_init(void) prng_seed(16); ret = misc_register(&prng_dev); - if (ret) { - printk(KERN_WARNING - "Could not register misc device for PRNG.\n"); + if (ret) goto out_buf; - } return 0; out_buf: -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. -- 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/