Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946057AbbHGSG4 (ORCPT ); Fri, 7 Aug 2015 14:06:56 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:38777 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946019AbbHGSGx (ORCPT ); Fri, 7 Aug 2015 14:06:53 -0400 From: Salah Triki To: minchan@kernel.org, ngupta@vflare.org, sergey.senozhatsky.work@gmail.com Cc: salah.triki@acm.org, linux-kernel@vger.kernel.org Subject: [PATCH V3 0/1] zram: Remove useless check Date: Fri, 7 Aug 2015 19:06:41 +0100 Message-Id: <1438970802-6293-1-git-send-email-salah.triki@acm.org> 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: 598 Lines: 16 The previous versions of this patch contain spelling errors and cryptic messages, please ignore them. The patch removes the check of the return value of lzo1x_1_compress, since it returns always LZO_E_OK. Salah Triki (1): zram: Remove useless check drivers/block/zram/zcomp_lzo.c | 3 +-- 1 file changed, 1 insertion(+), 2 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/