diff options
author | 2013-08-26 05:01:53 +0000 | |
---|---|---|
committer | 2013-08-26 05:01:53 +0000 | |
commit | 25b4d96a2b710e41a38dac25b230f269b74e64d7 (patch) | |
tree | 00e746471ca789e2ca653958f200fe8e4dd19d14 | |
parent | move attach mpath before any hardware. the benefits being: (diff) | |
download | wireguard-openbsd-25b4d96a2b710e41a38dac25b230f269b74e64d7.tar.xz wireguard-openbsd-25b4d96a2b710e41a38dac25b230f269b74e64d7.zip |
remove an uneeded printf
-rw-r--r-- | sys/dev/pci/drm/radeon/radeon_pm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/radeon/radeon_pm.c b/sys/dev/pci/drm/radeon/radeon_pm.c index d697e71885a..0d8884bb588 100644 --- a/sys/dev/pci/drm/radeon/radeon_pm.c +++ b/sys/dev/pci/drm/radeon/radeon_pm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: radeon_pm.c,v 1.1 2013/08/12 04:11:53 jsg Exp $ */ +/* $OpenBSD: radeon_pm.c,v 1.2 2013/08/26 05:01:53 jsg Exp $ */ /* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -526,8 +526,6 @@ static int radeon_hwmon_init(struct radeon_device *rdev) /* No support for TN yet */ if (rdev->family == CHIP_ARUBA) return err; - printf("%s partial stub\n", __func__); - return (0); #ifdef notyet rdev->pm.int_hwmon_dev = hwmon_device_register(rdev->dev); if (IS_ERR(rdev->pm.int_hwmon_dev)) { |