From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752914AbdDJG4m (ORCPT ); Mon, 10 Apr 2017 02:56:42 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33107 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751801AbdDJG4k (ORCPT ); Mon, 10 Apr 2017 02:56:40 -0400 Message-ID: <58eb2ca7.02a7630a.6d5c0.494b@mx.google.com> X-Google-Original-Message-ID: <20170410065630.GA12109@> Date: Mon, 10 Apr 2017 12:26:33 +0530 From: Varsha Rao To: Arnd Bergmann , Greg Kroah-Hartman , Matthew Wilcox Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/2] drivers: char: Replace bit operation functions with IDA allocator and fail_printk label. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In this patchset label fail_printk is renamed and use IDA allocation instead of bitmap. Varsha Rao (2): drivers: char: Replace bit operation functions with IDA allocator. drivers: char: Replace fail_printk with fail_print. drivers/char/misc.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) -- 2.9.3