sync with OpenBSD -current

This commit is contained in:
purplerain 2024-01-10 07:22:32 +00:00
parent 77cffac7ea
commit 46994dfb53
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
76 changed files with 1061 additions and 927 deletions

View file

@ -783,7 +783,9 @@ void *__devm_drm_dev_alloc(struct device *parent,
{
void *container;
struct drm_device *drm;
#ifdef notyet
int ret;
#endif
container = kzalloc(size, GFP_KERNEL);
if (!container)