From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753664Ab3LBLbJ (ORCPT ); Mon, 2 Dec 2013 06:31:09 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:43800 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752629Ab3LBLbH (ORCPT ); Mon, 2 Dec 2013 06:31:07 -0500 Date: Mon, 2 Dec 2013 11:30:53 +0000 From: Russell King - ARM Linux To: Sergei Ianovich Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Eric Miao , Haojian Zhuang , Greg Kroah-Hartman , Jiri Slaby , Heikki Krogerus , Arnd Bergmann , "open list:SERIAL DRIVERS" Subject: Re: [PATCH 05/11] serial: support for 16550 serial ports on LP-8x4x Message-ID: <20131202113052.GG16735@n2100.arm.linux.org.uk> References: <1385879185-22455-1-git-send-email-ynvich@gmail.com> <1385879185-22455-6-git-send-email-ynvich@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385879185-22455-6-git-send-email-ynvich@gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 01, 2013 at 10:26:18AM +0400, Sergei Ianovich wrote: > +static struct platform_device lp8x4x_device = { > + .name = "serial8250", > + .id = PLAT8250_DEV_ACCENT, You should not re-use the enum value here. The enum is designed as a method to provide the platform devices with a unique id, not as a means to identify the manufacturer or anything else like that.