CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/17 20:22:39
Modified files:
sys/dev/pci/drm/radeon: radeon_ttm.c
Log message:
Remove an error-on-NULL condition after a mallocarray() call that cannot
fail. This codepath doesn't exist upstream, so it's fine to change.
ok jsg@
