diff --git a/[refs] b/[refs] index 8c1d29c36b3f..ab7fdefaf32e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48d6d8ff7dca804536298e517298182c4a51c421 +refs/heads/master: 756fa92f4d725698ffa4ac1faeb8f4e8cdb6cd95 diff --git a/trunk/include/linux/udf_fs.h b/trunk/include/linux/udf_fs.h index 36c684e1b110..c954527a41be 100644 --- a/trunk/include/linux/udf_fs.h +++ b/trunk/include/linux/udf_fs.h @@ -39,11 +39,11 @@ #ifdef UDFFS_DEBUG #define udf_debug(f, a...) \ - { \ + do { \ printk (KERN_DEBUG "UDF-fs DEBUG %s:%d:%s: ", \ __FILE__, __LINE__, __FUNCTION__); \ printk (f, ##a); \ - } + } while (0) #else #define udf_debug(f, a...) /**/ #endif