From: NIIBE Y. <gn...@m1...> - 2001-10-02 00:37:22
|
M. R. Brown wrote: > Uh, did the following changes come from mainline? The fb_find_mode() > portion was discussed already, and it's wrong so I'm backing it out. This part is my mistake. Sorry. I've put this for my demonstration for LC2001 Japan, and mistakenly committed. > @@ -1047,7 +1047,7 @@ > defmode = DEFMODE_VGA; > > if (!fb_find_mode(&var, &fb_info, mode_option, pvr2_modedb, > - NUM_TOTAL_MODES, &pvr2_modedb[defmode], 16)) { > + NUM_TOTAL_MODES, &pvr2_modedb[defmode], 32)) { > return -EINVAL; > } Other parts are from mainline. You can find the change in the patch-2.4.10.bz2. I don't know from where it comes. > I hope we aren't sneaking subtle changes in and not logging/posting them. > Especially if it's in code that doesn't belong to you... I apologize, I didn't intend to change it. I needed some sleep and be careful. Thanks for pointing this out. -- |