From mboxrd@z Thu Jan 1 00:00:00 1970 From: xerofoify@gmail.com (nick) Date: Mon, 24 Nov 2014 06:28:08 -0500 Subject: FIX ME in xsysace.c In-Reply-To: <5a8be93a4204429daf16bc8f62cdd0cd@BY2FFO11FD005.protection.gbl> References: <5472B1D6.7080805@gmail.com> <5a8be93a4204429daf16bc8f62cdd0cd@BY2FFO11FD005.protection.gbl> Message-ID: <54731648.8010006@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 14-11-24 02:47 AM, Michal Simek wrote: > Hi, > > On 11/24/2014 05:19 AM, nick wrote: >> Greetings Michal and others, >> I am wondering about the FIX ME in xsysace.c as it seems not correct due to my knowledge of most hardware protocols using a predetermined bit wide and therefore this could be hard coded. If someone can respond on if I am correct in removing this fix me it would be greatly appreciated. > > I think that will be the best to c&p that fixme which you are talking about. > Definitely feel free to fix whatever fixme is there and send the patch > for fixing it. > > Thanks, > Michal > Here is the fix me. int bus_width = ACE_BUS_WIDTH_16; /* FIXME: should not be hard coded */ Cheers Nick