From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756693AbYLABOf (ORCPT ); Sun, 30 Nov 2008 20:14:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751569AbYLABO1 (ORCPT ); Sun, 30 Nov 2008 20:14:27 -0500 Received: from rv-out-0506.google.com ([209.85.198.232]:5378 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751387AbYLABO0 (ORCPT ); Sun, 30 Nov 2008 20:14:26 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=iavWMi+/QpNVBPEywykMpve/krs4aKElRb47zAeBDejiXOzhFHgtydZhOGZrGAHzoP zr8HsodqXQZCCEqC1qL+OjRwD47bNLJ6qhPAmHcpcLSGQ0dyZkH+TBWP1aA6qTLo+zMR QfE+H2bEP8VqF0AYVKpdWGpLhSGu/tdFkFglM= Message-ID: Date: Mon, 1 Dec 2008 09:14:25 +0800 From: "Eric Miao" To: "Sam Ravnborg" Subject: Re: [PATCH] drivers/video/backlight: rename da903x to da903x_bl Cc: "Mike Rapoport" , "Eric Miao" , rpurdie@rpsys.net, linux-kernel@vger.kernel.org In-Reply-To: <20081129130329.GA13867@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1227606164-12659-1-git-send-email-mike@compulab.co.il> <492BCD01.7080508@compulab.co.il> <20081129130329.GA13867@uranus.ravnborg.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 29, 2008 at 9:03 PM, Sam Ravnborg wrote: > On Wed, Nov 26, 2008 at 04:12:07PM +0800, Eric Miao wrote: >> Sam, >> >> Do you have any suggestion to this? >> > [snip two modules with same name does not work...] > > kbuild today create one file for each module in the > directory: .tmp_versions/ > > So in this case the module that is build lst is the winner. > > I do not see any easy way to avoid this. > What we could do: > 1) find another way to record what modules we have > 2) embed path in filename > > I did not try to actually implement any of the above > as the gain seems minimal compared to the additional complexity. > > Sam > OK, fair enough to add my Ack here to Mike's original patch: Acked-by: Eric Miao