C.Y.M wrote:
I was doing some comparisons of recent kernel snapshot patches today and
it appears that there was a change made to the vanilla kernel sources
that was not introduced into the cvs of the dvb-kernel. Does this
following change also need to be added to the dvb-kernel?
Thanks a lot for doing that!
The __user and __iomem attributions are only relevant for the
sparse code checking tool, they don't have any effect on the
generated code. The removal of unnecessary casts is part
of general cleanups that the kernel folks do.
Since you just applied those other cleanups from 2.6.10-rc2-bk15, here
is one more you might want to add. Thanks.