From: Jani Nikula <jani.nikula@intel.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
linux-kernel@vger.kernel.org
Cc: Thomas Zimmermann <tzimmermann@suse.de>,
Maxime Ripard <mripard@kernel.org>,
dri-devel@lists.freedesktop.org,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
David Airlie <airlied@gmail.com>
Subject: Re: [PATCH v2] drm/debugfs: drop unneeded DEBUG_FS guard
Date: Tue, 02 Jan 2024 16:48:42 +0200 [thread overview]
Message-ID: <87sf3f23lh.fsf@intel.com> (raw)
In-Reply-To: <20231223183301.78332-1-dario.binacchi@amarulasolutions.com>
On Sat, 23 Dec 2023, Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> The Makefile enables/disables the file compilation depending on
> CONFIG_DEBUG_FS.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Thanks for the patch, pushed to drm-misc-next.
BR,
Jani.
>
> ---
>
> Changes in v2:
> - Add 'Reviewed-by' tag of Jani Nikula
>
> drivers/gpu/drm/drm_debugfs.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_debugfs.c b/drivers/gpu/drm/drm_debugfs.c
> index f291fb4b359f..f80d9cf3e71a 100644
> --- a/drivers/gpu/drm/drm_debugfs.c
> +++ b/drivers/gpu/drm/drm_debugfs.c
> @@ -45,8 +45,6 @@
> #include "drm_crtc_internal.h"
> #include "drm_internal.h"
>
> -#if defined(CONFIG_DEBUG_FS)
> -
> /***************************************************
> * Initialization, etc.
> **************************************************/
> @@ -588,5 +586,3 @@ void drm_debugfs_crtc_remove(struct drm_crtc *crtc)
> debugfs_remove_recursive(crtc->debugfs_entry);
> crtc->debugfs_entry = NULL;
> }
> -
> -#endif /* CONFIG_DEBUG_FS */
--
Jani Nikula, Intel
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@intel.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
linux-kernel@vger.kernel.org
Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Daniel Vetter <daniel@ffwll.ch>, David Airlie <airlied@gmail.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2] drm/debugfs: drop unneeded DEBUG_FS guard
Date: Tue, 02 Jan 2024 16:48:42 +0200 [thread overview]
Message-ID: <87sf3f23lh.fsf@intel.com> (raw)
In-Reply-To: <20231223183301.78332-1-dario.binacchi@amarulasolutions.com>
On Sat, 23 Dec 2023, Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> The Makefile enables/disables the file compilation depending on
> CONFIG_DEBUG_FS.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Thanks for the patch, pushed to drm-misc-next.
BR,
Jani.
>
> ---
>
> Changes in v2:
> - Add 'Reviewed-by' tag of Jani Nikula
>
> drivers/gpu/drm/drm_debugfs.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_debugfs.c b/drivers/gpu/drm/drm_debugfs.c
> index f291fb4b359f..f80d9cf3e71a 100644
> --- a/drivers/gpu/drm/drm_debugfs.c
> +++ b/drivers/gpu/drm/drm_debugfs.c
> @@ -45,8 +45,6 @@
> #include "drm_crtc_internal.h"
> #include "drm_internal.h"
>
> -#if defined(CONFIG_DEBUG_FS)
> -
> /***************************************************
> * Initialization, etc.
> **************************************************/
> @@ -588,5 +586,3 @@ void drm_debugfs_crtc_remove(struct drm_crtc *crtc)
> debugfs_remove_recursive(crtc->debugfs_entry);
> crtc->debugfs_entry = NULL;
> }
> -
> -#endif /* CONFIG_DEBUG_FS */
--
Jani Nikula, Intel
next prev parent reply other threads:[~2024-01-02 14:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-23 18:32 [PATCH v2] drm/debugfs: drop unneeded DEBUG_FS guard Dario Binacchi
2023-12-23 18:32 ` Dario Binacchi
2024-01-02 14:48 ` Jani Nikula [this message]
2024-01-02 14:48 ` Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sf3f23lh.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=airlied@gmail.com \
--cc=dario.binacchi@amarulasolutions.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mripard@kernel.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.