Searched hist:278617 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dni.cdiff 278617 Thu Feb 12 07:26:32 MST 2015 dim MFC r278004:

Constify a number of accesses in drm2's radeon drivers to avoid
-Wcast-qual warnings. No functional change.

Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D1727

MFC r278438:

After r278004 was committed, Bruce Evans noted that the casts were
actually completely unnecessary, here:

https://lists.freebsd.org/pipermail/svn-src-all/2015-February/098478.html

Remove the casts, and just assign &xxx_io_mc_regs[0][0] directly.

Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D1748
H A Dsi.cdiff 278617 Thu Feb 12 07:26:32 MST 2015 dim MFC r278004:

Constify a number of accesses in drm2's radeon drivers to avoid
-Wcast-qual warnings. No functional change.

Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D1727

MFC r278438:

After r278004 was committed, Bruce Evans noted that the casts were
actually completely unnecessary, here:

https://lists.freebsd.org/pipermail/svn-src-all/2015-February/098478.html

Remove the casts, and just assign &xxx_io_mc_regs[0][0] directly.

Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D1748

Completed in 126 milliseconds