Matt Turner <matts...@gmail.com> writes: >> - configs = calloc(1, (num_modes + 1) * sizeof *configs); >> + configs = calloc((num_modes + 1), sizeof *configs); > > I'd drop the extra parentheses.
Thanks for reading carefully, Matt! > With that, both are > > Reviewed-by: Matt Turner <matts...@gmail.com> OK. These are both pushed now. -Carl -- carl.d.wo...@intel.com
pgps5LnULwbMf.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev