Bug in uninorth-agp.c parsing of module parameter uninorth_agp.aperture

2015-02-16 Thread Michel Dänzer
On 16.02.2015 03:27, Jochen Rollwagen wrote: > Hi, > > i found a bug in uninorth-agp.c, function uninorth_fetch_size. > > the line > > size = memparse(aperture, &aperture) >> 20; > > always sets size to zero which makes the driver allocate the default > size of 256 MB which is obviously too lar

Bug in uninorth-agp.c parsing of module parameter uninorth_agp.aperture

2015-02-15 Thread Jochen Rollwagen
Hi, i found a bug in uninorth-agp.c, function uninorth_fetch_size. the line size =memparse (aperture , &aperture