hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/net/wireless/intel/iwlwifi/iwl-debug.c
....@@ -16,11 +16,6 @@
1616 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1717 * General Public License for more details.
1818 *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program; if not, write to the Free Software
21
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
22
- * USA
23
- *
2419 * The full GNU General Public License is included in this distribution
2520 * in the file called COPYING.
2621 *
....@@ -126,10 +121,9 @@
126121 #ifdef CONFIG_IWLWIFI_DEBUG
127122 if (iwl_have_debug_level(level) &&
128123 (!limit || net_ratelimit()))
129
- dev_printk(KERN_DEBUG, dev, "%c %s %pV",
130
- in_interrupt() ? 'I' : 'U', function, &vaf);
124
+ dev_printk(KERN_DEBUG, dev, "%s %pV", function, &vaf);
131125 #endif
132
- trace_iwlwifi_dbg(level, in_interrupt(), function, &vaf);
126
+ trace_iwlwifi_dbg(level, function, &vaf);
133127 va_end(args);
134128 }
135129 IWL_EXPORT_SYMBOL(__iwl_dbg);